mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-25 05:01:03 +01:00
Change clang-format settings
This commit is contained in:
@@ -41,6 +41,8 @@ void Stream::Write(u16 value) {
|
||||
Write(mem[1]);
|
||||
}
|
||||
|
||||
void Stream::Write(u8 value) { bytes.push_back(value); }
|
||||
void Stream::Write(u8 value) {
|
||||
bytes.push_back(value);
|
||||
}
|
||||
|
||||
} // namespace Sirit
|
||||
|
||||
Reference in New Issue
Block a user