Skip to content

Commit 48352f8

Browse files
committed
Uniformize trailing newlines
1 parent 890a8f3 commit 48352f8

17 files changed

+3
-18
lines changed

CHANGES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ we really want to see.
4141
So finally, I have made a simple file generation from coq to export every useful
4242
information. The idea is to have external tools to read the information file and
4343
generate whatever we want. I think it will be easier to maintain and extend.
44-

Make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
searchdepend.ml4
44
graphdepend.ml4
55
dpdgraph.mllib
6-
dpdgraph.v
6+
dpdgraph.v

Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,3 @@ clean : clean_coq clean_test
230230
rm -f $(CMOS_DPDUSAGE) $(CMOS_DPD2DOT) $(CMXS) $(ML_ALL:%.ml=%.o) *.cmi
231231
rm -f $(ML_ALL:%.ml=%.annot)
232232
rm -f $(DPD2DOT) $(DPDUSAGE) $(DPDPLUGIN)
233-

TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ Rebuild a demo !
4141
~~ Fixed :
4242

4343
[07/08/2009] fixed bug : requests on internal COQ modules don't work...
44-

dpd2dot.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ let main () =
6060
ignore (List.fold_left (fun n f -> do_file n f; n+1) 1 l)
6161

6262
let () = main ()
63-

dpd_compute.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ let remove_some_nodes g =
130130
let simplify_graph g =
131131
if not !with_defs then remove_some_nodes g;
132132
if !reduce_trans then reduce_graph g;
133-

dpd_dot.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,3 @@ let graph_file filename g =
188188
let fmt = Format.formatter_of_out_channel oc in
189189
print_graph fmt g;
190190
close_out oc
191-

dpd_lex.mll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ and comment = parse
7676
with Sys_error msg -> raise (C.Error msg)
7777

7878
}
79-

dpd_parse.mly

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ attrib_value:
6666
| NUM { string_of_int $1 }
6767

6868
%%
69-

dpdgraph.mllib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Searchdepend
2-
Graphdepend
2+
Graphdepend

0 commit comments

Comments
 (0)