]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_info_documentation.c
ccanlint: typo fix and fix errant description parsing.
[ccan] / tools / ccanlint / tests / has_info_documentation.c
index 6ecbf84247acf4a21bbe7e05f38fb84a325c8770..ee89df9fc12398473ae24c059fd6724d0159205f 100644 (file)
@@ -82,12 +82,12 @@ static void check_has_info_documentation(struct manifest *m,
                "CCAN modules use /**-style comments for documentation: the\n"
                "overall documentation belongs in the _info metafile.\n";
                has_info_documentation.handle = create_info_template_doc;
-       }
-       else if (!description) 
+       } else if (!description)  {
                score->error = "_info file has no module description.\n\n"
                "The lines after the first summary line in the _info file\n"
                "documentation should describe the purpose and use of the\n"
                "overall package\n";
+       }
 }
 
 struct ccanlint has_info_documentation = {