Skip to content

Commit

Permalink
ensure all files end with line feed
Browse files Browse the repository at this point in the history
command form this time was
git ls-files  '*.jsp' | while read f; do tail -n1 $f | read -r _ || echo >> $f; done
  • Loading branch information
akrherz committed Nov 14, 2017
1 parent 2906010 commit c8e504b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion classes/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<servlet-name>config</servlet-name>
<url-pattern>/config.json</url-pattern>
</servlet-mapping>
</web-app>
</web-app>
2 changes: 1 addition & 1 deletion classes/candy/candy.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion classes/candy/candy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classes/candy/libs.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion classes/candy/libs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classes/candy/libs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
<body>
<div id="candy"></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/i18n/candy_i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ config.page.autojoin.addroom.success=Successfully added room to the auto-join li
config.page.autojoin.deleteroom.success=Successfully removed room from the auto-join list.
config.page.language.header=Candy Language
config.page.language.description=The selection made here affects the language of the Candy user interface.
config.page.language.description=The selection made here affects the language of the Candy user interface.
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ public void doGet( HttpServletRequest request, HttpServletResponse response ) th
writer.flush();
}
}
}
}
2 changes: 1 addition & 1 deletion src/web/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
</web-app>
</web-app>

0 comments on commit c8e504b

Please sign in to comment.