Skip to content

Commit 9a7e223

Browse files
committed
cpplint.
1 parent f2d6949 commit 9a7e223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taint-slicer/instrumentation_props.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bool is_primitive_type(const typet type)
3939
type==java_int_type() ||
4040
type==java_long_type() ||
4141
type==java_float_type() ||
42-
type==java_double_type() ;
42+
type==java_double_type();
4343
}
4444

4545
std::string parse_type_name(const typet &type, const namespacet &ns)

0 commit comments

Comments
 (0)