Skip to content

Commit

Permalink
Get rid of line endings at EOF in the C and C++ files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Dec 19, 2011
1 parent e46177e commit 664a349
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion c.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
int main(){}
int main(){}
2 changes: 1 addition & 1 deletion cpp.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
int main(){}
int main(){}
2 changes: 1 addition & 1 deletion xhtml-1.0-strict.xhtml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body/></html>
2 changes: 1 addition & 1 deletion xhtml-1.1.xhtml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body/></html>
2 changes: 1 addition & 1 deletion xhtml-basic-1.0.xhtml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html><head><title/></head><body></body></html>
<html><head><title/></head><body/></html>
2 changes: 1 addition & 1 deletion xhtml-basic-1.1.xhtml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html><head><title/></head><body></body></html>
<html><head><title/></head><body/></html>

0 comments on commit 664a349

Please sign in to comment.