浏览代码

Format code

bel2125 4 年之前
父节点
当前提交
e6d4e5c0f6
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/civetweb.c

+ 3 - 3
src/civetweb.c

@@ -20820,9 +20820,9 @@ mg_get_system_info(char *buffer, int buflen)
 #if defined(GCC_DIAGNOSTIC)
 #if GCC_VERSION >= 40900
 #pragma GCC diagnostic push
-		/* Disable idiotic compiler warning -Wdate-time, appeared in gcc5. This does not
-		* work in some versions. If "BUILD_DATE" is defined to some string, it is used
-		* instead of __DATE__. */
+		/* Disable idiotic compiler warning -Wdate-time, appeared in gcc5. This
+		 * does not work in some versions. If "BUILD_DATE" is defined to some
+		 * string, it is used instead of __DATE__. */
 #pragma GCC diagnostic ignored "-Wdate-time"
 #endif
 #endif