diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-18 16:24:33 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-18 16:27:03 +0200 |
commit | 7c9f7452f4fd775ff80dbdfc27a6bfa07a1e8fcc (patch) | |
tree | 008b7c8a8d90308a0f99587413b3b7633ba82e85 /platform/windows | |
parent | ce53876a444974d091da8a3ba77e16101ed2ff67 (diff) |
Style: Format code with clang-format 6.0.1
Diffstat (limited to 'platform/windows')
-rw-r--r-- | platform/windows/godot_win.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/windows/godot_win.cpp b/platform/windows/godot_win.cpp index 80f53dd1a1..504a9a0380 100644 --- a/platform/windows/godot_win.cpp +++ b/platform/windows/godot_win.cpp @@ -176,8 +176,8 @@ int _main() { } int main(int _argc, char **_argv) { -// _argc and _argv are ignored -// we are going to use the WideChar version of them instead + // _argc and _argv are ignored + // we are going to use the WideChar version of them instead #ifdef CRASH_HANDLER_EXCEPTION __try { |