Skip to content

Commit 1c4f8ee

Browse files
author
Daniel Kroening
committed
whitespace
1 parent 2e6bad2 commit 1c4f8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/cpp_typecheck_compound_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ void cpp_typecheckt::typecheck_compound_declarator(
497497

498498
// the 'virtual' name of the function
499499
std::string virtual_name=
500-
component.get_string(ID_base_name)+
500+
component.get_string(ID_base_name)+
501501
id2string(
502502
function_identifier(static_cast<const typet &>(component.find(ID_type))));
503503

0 commit comments

Comments
 (0)