diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-03-06 10:17:54 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-03-06 10:17:54 +0000 |
commit | e5b62535bb2465a876b18793ac66d37fe5570a1b (patch) | |
tree | 289c99cb1eb3e77eda7994432385d983736e4c3e /checkstyle-5.5.xml | |
parent | 43e37136e1c31da381739a55254fc2d4bb5ef102 (diff) | |
download | xmlgraphics-fop-e5b62535bb2465a876b18793ac66d37fe5570a1b.tar.gz xmlgraphics-fop-e5b62535bb2465a876b18793ac66d37fe5570a1b.zip |
Added new line at end of files and enabled corresponding rule in checkstyle-5.5
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1297404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'checkstyle-5.5.xml')
-rw-r--r-- | checkstyle-5.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle-5.5.xml b/checkstyle-5.5.xml index 7b1ca4249..ca219e5b2 100644 --- a/checkstyle-5.5.xml +++ b/checkstyle-5.5.xml @@ -11,7 +11,7 @@ <!-- ===================================================================================================== --> <!-- ===================================================================================================== --> - <!-- <module name="NewlineAtEndOfFile"/> produces 111 new errors --> + <module name="NewlineAtEndOfFile"/> <!-- ===================================================================================================== --> <!-- ===================================================================================================== --> |