Skip to content

Commit 4744a45

Browse files
committed
goto_programt::output: add missing newline
1 parent 011a1c3 commit 4744a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/goto_program.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ std::ostream &goto_programt::output_instruction(
129129
// fallthrough
130130
}
131131

132-
out << "OTHER " << format(instruction.get_other());
132+
out << "OTHER " << format(instruction.get_other()) << '\n';
133133
break;
134134

135135
case SET_RETURN_VALUE:

0 commit comments

Comments
 (0)