Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsamenezes authored and github-actions[bot] committed Feb 13, 2024
1 parent 4f85798 commit d21c22a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/goto-programs/goto_program.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ class goto_programt
type(NO_INSTRUCTION_TYPE),
inductive_step_instruction(false),
inductive_assertion(false),
sliceable(false), //< This can be anything. Let's hope that the user will invoke a `make_`
sliceable(
false), //< This can be anything. Let's hope that the user will invoke a `make_`
location_number(0),
loop_number(unsigned(0)),
target_number(unsigned(-1))
Expand Down

0 comments on commit d21c22a

Please sign in to comment.