Skip to content

Commit 6466f7c

Browse files
committed
Fix indentation (PR #796)
1 parent 9ce9249 commit 6466f7c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/analyses/unassumeAnalysis.ml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ struct
7373
);
7474

7575
let loc_of_location (location: YamlWitnessType.Location.t): Cil.location = {
76-
file = location.file_name;
77-
line = location.line;
78-
column = location.column + 1;
79-
byte = -1;
80-
endLine = -1;
81-
endColumn = -1;
82-
endByte = -1;
83-
synthetic = false;
84-
}
76+
file = location.file_name;
77+
line = location.line;
78+
column = location.column + 1;
79+
byte = -1;
80+
endLine = -1;
81+
endColumn = -1;
82+
endByte = -1;
83+
synthetic = false;
84+
}
8585
in
8686

8787
let yaml = Yaml_unix.of_file_exn (Fpath.v (GobConfig.get_string "witness.yaml.unassume")) in

0 commit comments

Comments
 (0)