mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Style
This commit is contained in:
committed by
patacongo
parent
b324596bac
commit
46b8347217
+1
-1
@@ -715,7 +715,7 @@ int main(int argc, char **argv, char **envp)
|
||||
* preceding line has no comment.
|
||||
*/
|
||||
|
||||
if (line[n] != '}' && line[n] != '#' && !prevrhcmt)
|
||||
if (line[n] != '}' && line[n] != '#' && prevrhcmt == 0)
|
||||
{
|
||||
ERROR("Missing blank line after comment", comment_lineno,
|
||||
1);
|
||||
|
||||
Reference in New Issue
Block a user