Skip to content

Commit 2a303c4

Browse files
committed
CPreProcessor,cosmetic: adjust white spaces
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent f4ff245 commit 2a303c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parsers/cpreprocessor.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,8 @@ static bool handleDirective (const int c, int *macroCorkIndex)
10761076
case DRCTV_HASH: ignore = directiveHash (c); break;
10771077
case DRCTV_IF: ignore = directiveIf (c); break;
10781078
case DRCTV_PRAGMA: directivePragma (c); break;
1079-
case DRCTV_UNDEF: directiveUndef (c); break;
1080-
case DRCTV_INCLUDE: directiveInclude (c); break;
1079+
case DRCTV_UNDEF: directiveUndef (c); break;
1080+
case DRCTV_INCLUDE: directiveInclude (c); break;
10811081
}
10821082
return ignore;
10831083
}

0 commit comments

Comments
 (0)