Skip to content

Commit 7f8e65f

Browse files
author
Daniel Kroening
committed
edited some spaces
1 parent b867580 commit 7f8e65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_bytecode/java_object_factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void gen_nondet_init(
112112
if(name=="@class_identifier")
113113
{
114114
irep_idt qualified_clsid="java::"+as_string(class_identifier);
115-
constant_exprt ci(qualified_clsid,string_typet());
115+
constant_exprt ci(qualified_clsid, string_typet());
116116

117117
code_assignt code(me, ci);
118118
init_code.copy_to_operands(code);

0 commit comments

Comments
 (0)