diff options
author | Robert Nagy <robert@openbsd.org> | 2011-06-20 17:07:43 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-06-20 17:07:43 +0200 |
commit | 4b7ac96383256f8c831ae4d18d65f2574df8cb8e (patch) | |
tree | c46f1cb24b206845dbb17bf7d36f79690ff9783c /package | |
parent | 1c7f1b646511bab3035bde2f493f49d8b131b12e (diff) |
add missing newline to the end of file to silence the compiler
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zipapi/sha1context.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zipapi/sha1context.hxx b/package/source/zipapi/sha1context.hxx index c8f6068f7bbf..6d9374db8a46 100644 --- a/package/source/zipapi/sha1context.hxx +++ b/package/source/zipapi/sha1context.hxx @@ -56,4 +56,4 @@ public: #endif -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |