Skip to content

Commit 8ff9728

Browse files
author
Daniel Kroening
committed
whitespace
1 parent 1c4f8ee commit 8ff9728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/cpp_typecheck_compound_type.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ void cpp_typecheckt::typecheck_compound_declarator(
507507
if(has_volatile(method_qualifier))
508508
virtual_name+="$virtual";
509509

510-
if(component.type().get(ID_return_type) == ID_destructor)
511-
virtual_name= "@dtor";
510+
if(component.type().get(ID_return_type)==ID_destructor)
511+
virtual_name="@dtor";
512512

513513
// The method may be virtual implicitly.
514514
std::set<irep_idt> virtual_bases;

0 commit comments

Comments
 (0)