chiark / gitweb /
src/: Make pretty-printing better at handling tight margins.
[sod] / src / c-types-test.lisp
index 06af0d4e52d22b41e356a60fa6bd2ad97ac3d4c7..483d1222b3eed88abf00668a916c2d434c9e048f 100644 (file)
@@ -241,10 +241,10 @@ (def-test-method commentify-non-recursive ((test c-types-test) :run nil)
                                 ("nopenfd" int))))
                   "ftw"
                   (format nil "~
-int ftw(const char */*dirpath*/,
-       int (*/*fn*/)(const char *fpath,
-                     const struct stat *sb,
-                     int typeflag),
+int ftw
+       (const char */*dirpath*/,
+       int (*/*fn*/)
+              (const char *fpath, const struct stat *sb, int typeflag),
        int /*nopenfd*/)")))
 
 ;;;--------------------------------------------------------------------------