Skip to content

Commit 5e7f236

Browse files
committed
fmt
1 parent c8bc460 commit 5e7f236

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kernel/include/vx_spawn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ void vx_serial(vx_serial_cb callback, const void * arg);
6262
}
6363
#endif
6464

65-
#endif // __VX_SPAWN_H__
65+
#endif // __VX_SPAWN_H__

kernel/scripts/link32.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ SECTIONS
250250
.gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
251251
/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
252252

253-
}
253+
}

sim/simx/decode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,4 +805,4 @@ std::shared_ptr<Instr> Emulator::decode(uint32_t code) const {
805805
}
806806

807807
return instr;
808-
}
808+
}

0 commit comments

Comments
 (0)