]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: print error information even if we pass.
[ccan] / tools / ccanlint / ccanlint.h
index 76e14a2aac0c8f9b77631dd4f296b55637dcf495..41a569fab89c8fd906d6951fe635e14e9dae6c97 100644 (file)
@@ -192,7 +192,6 @@ char *get_symbol_token(void *ctx, const char **line);
 /* Similarly for ->doc_sections */
 struct list_head *get_ccan_file_docs(struct ccan_file *f);
 
-
 /* Add an error about this file (and line, if non-zero) to the score struct */
 void score_file_error(struct score *, struct ccan_file *f, unsigned line,
                      const char *error);