소스 검색

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