Skip to content

Commit 6e4b8e4

Browse files
committed
Another attempt to fix line endings in test/regress/vlog2.v
1 parent 8696f99 commit 6e4b8e4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
PKGBUILD text eol=lf
2-
test/regress/vlog2.v text eol=crlf
2+
test/regress/vlog2.v -text

test/regress/vlog2.v

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
// This file has DOS line endings
2-
module vlog2;
3-
4-
`define MSG "hello, world!"
5-
6-
initial begin
7-
$display(`MSG);
8-
$write("string=%s\n", "foo");
9-
$display("%s %d %x %d", "foo", 42, 5, 0);
10-
$finish;
11-
end
12-
13-
endmodule // vlog2
1+
// This file has DOS line endings
2+
module vlog2;
3+
4+
`define MSG "hello, world!"
5+
6+
initial begin
7+
$display(`MSG);
8+
$write("string=%s\n", "foo");
9+
$display("%s %d %x %d", "foo", 42, 5, 0);
10+
$finish;
11+
end
12+
13+
endmodule // vlog2

0 commit comments

Comments
 (0)