mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-23 16:05:31 +00:00
style: clang-format the entire project
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
class ConsoleInputSource;
|
||||
|
||||
ConsoleInput::ConsoleInput(const std::string& msg,
|
||||
ConsoleInputSource* source) {
|
||||
ConsoleInput::ConsoleInput(const std::string& msg, ConsoleInputSource* source) {
|
||||
this->msg = msg;
|
||||
this->source = source;
|
||||
}
|
||||
Reference in New Issue
Block a user