Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3da712

Browse files
peterschrammeltautschnig
authored andcommittedJul 14, 2017
Fix style to silence cpplint
1 parent 79f6a32 commit a3da712

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/java_bytecode/java_entry_point.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ void java_static_lifetime_init(
156156
{
157157
it->second.symbol_expr(),
158158
class_symbol.type.get_bool(ID_enumeration)
159-
}
160-
);
159+
});
161160
}
162161
}
163162
}

0 commit comments

Comments
 (0)
Please sign in to comment.