Skip to content

Commit 7c1aeb4

Browse files
author
thk123
committed
Fixing relevant lint errors
1 parent 22e9267 commit 7c1aeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/ansi_c_declaration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typet ansi_c_declarationt::full_type(
148148

149149
// retain typedef for dump-c
150150
if(get_is_typedef())
151-
result.set(ID_C_typedef,declarator.get_name());
151+
result.set(ID_C_typedef, declarator.get_name());
152152

153153
return result;
154154
}

0 commit comments

Comments
 (0)