]> git.seodisparate.com - c_simple_http/commitdiff
Minor formatting fix
authorStephen Seo <seo.disparate@gmail.com>
Wed, 4 Sep 2024 06:33:47 +0000 (15:33 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 4 Sep 2024 06:33:47 +0000 (15:33 +0900)
src/test.c

index 0b6fc358946d18fbedb1ffdd39b54a6658bb4d11..45b59ce890006c47cabf44ce5c54b019580a83ba 100644 (file)
@@ -273,7 +273,11 @@ int main(void) {
     buf = c_simple_http_path_to_generated("/", &config);
     ASSERT_TRUE(buf != NULL);
     printf("%s\n", buf);
-    ASSERT_TRUE(strcmp(buf, "<h1> Some text. </h1><br><h2> More text. </h2>") == 0);
+    ASSERT_TRUE(
+      strcmp(
+        buf,
+        "<h1> Some text. </h1><br><h2> More text. </h2>")
+      == 0);
     simple_archiver_helper_cleanup_c_string(&buf);
   }