mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-09 23:56:16 +00:00
Force new line at EOF
This commit is contained in:
@@ -14,6 +14,7 @@ SortIncludes: false
|
|||||||
AlignEscapedNewlines: Left
|
AlignEscapedNewlines: Left
|
||||||
PackConstructorInitializers: Never
|
PackConstructorInitializers: Never
|
||||||
IndentPPDirectives: None
|
IndentPPDirectives: None
|
||||||
|
InsertNewlineAtEOF: true
|
||||||
ColumnLimit: 140
|
ColumnLimit: 140
|
||||||
AlignConsecutiveMacros:
|
AlignConsecutiveMacros:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|||||||
@@ -96,4 +96,4 @@ namespace utils::wildcard
|
|||||||
|
|
||||||
return mask_pos == mask.size();
|
return mask_pos == mask.size();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -253,4 +253,4 @@ namespace debugger
|
|||||||
response.exit_status = exit_status;
|
response.exit_status = exit_status;
|
||||||
send_event(response);
|
send_event(response);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,4 +73,4 @@ namespace debugger
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ class named_pipe : public io_device_container
|
|||||||
void deserialize_object(utils::buffer_deserializer&) override
|
void deserialize_object(utils::buffer_deserializer&) override
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ class windows_emulator;
|
|||||||
namespace minidump_loader
|
namespace minidump_loader
|
||||||
{
|
{
|
||||||
void load_minidump_into_emulator(windows_emulator& win_emu, const std::filesystem::path& minidump_path);
|
void load_minidump_into_emulator(windows_emulator& win_emu, const std::filesystem::path& minidump_path);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -366,4 +366,4 @@ namespace syscalls
|
|||||||
// puts("NtQuerySecurityAttributesToken not supported");
|
// puts("NtQuerySecurityAttributesToken not supported");
|
||||||
return STATUS_NOT_SUPPORTED;
|
return STATUS_NOT_SUPPORTED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user