Skip to content

Commit 677424f

Browse files
committed
fix whitespace
1 parent a3432cd commit 677424f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
*.c eol=lf
99
*.h eol=lf
1010
*.cc eol=lf
11+
*.gitignore eol=lf
12+
*.gitattributes eol=lf
13+
*.md eol=lf
14+
*.sln eol=lf
15+
*.html eol=lf
1116
*.cpp eol=lf
1217
*.cs diff=csharp
1318
*.sln merge=union

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Written by Peter O. in 2013-2014. In the public domain.
22

3-
Public domain dedication: http://creativecommons.org/publicdomain/zero/1.0/
3+
Public domain dedication: http://creativecommons.org/publicdomain/zero/1.0/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Release Notes
119119
-----------
120120
For release notes, see the [CBOR .NET repository](https://github.com/peteroupc/CBOR).
121121

122-
The [commit history](https://github.com/peteroupc/CBOR-Java/commits/master)
122+
The [commit history](https://github.com/peteroupc/CBOR-Java/commits/master)
123123
contains details on code changes in previous versions.
124124

125125
Acknowledgments

src/test/java/com/upokecenter/test/AppResources.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ public CBORObject GetJSON(String name) {
1818
public String GetString(String name) {
1919
return mgr.getString(name);
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)