aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBiswapriyo Nath <nathbappai@gmail.com>2020-08-25 23:49:34 +0530
committerjeremyk-lunarg <jeremyk@lunarg.com>2020-08-26 16:35:43 -0600
commitc472fa2f033014f4f4d6392053196513d1ead4e2 (patch)
treec02b07bc68186fbfec935b800d0f1b85dd6c326f
parent4e024ead1c94d51ef5119a7a8b8a39b1c03713af (diff)
downloadusermoji-c472fa2f033014f4f4d6392053196513d1ead4e2.tar.xz
cube: satisfy clang-format
-rw-r--r--cube/cube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.c b/cube/cube.c
index 639db31c..975f8a85 100644
--- a/cube/cube.c
+++ b/cube/cube.c
@@ -42,7 +42,7 @@
#ifdef _WIN32
#ifdef _MSC_VER
#pragma comment(linker, "/subsystem:windows")
-#endif // MSVC
+#endif // MSVC
#define APP_NAME_STR_LEN 80
#endif // _WIN32