From 38f3f5da645cc8580f2301b911119ed9531fae00 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 7 Feb 2016 21:22:39 +0000 Subject: [PATCH] trailing newlines --- COPYING.md | 2 +- README.md | 2 +- cubescript.cc | 2 +- cubescript.hh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/COPYING.md b/COPYING.md index 7d541b6a..1fb32ec7 100644 --- a/COPYING.md +++ b/COPYING.md @@ -20,4 +20,4 @@ freely, subject to the following restrictions: appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. \ No newline at end of file +3. This notice may not be removed or altered from any source distribution. diff --git a/README.md b/README.md index 15c1bf6b..af706336 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ You can compile your application with it like: c++ myapp.cc cubescript.cc -o myapp -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd -See COPYING.md for licensing information. \ No newline at end of file +See COPYING.md for licensing information. diff --git a/cubescript.cc b/cubescript.cc index bb3f6209..cfd3ecaf 100644 --- a/cubescript.cc +++ b/cubescript.cc @@ -4852,4 +4852,4 @@ void init_lib_string(CsState &cs) { }); } -} /* namespace cscript */ \ No newline at end of file +} /* namespace cscript */ diff --git a/cubescript.hh b/cubescript.hh index 40f2abae..24dbb74f 100644 --- a/cubescript.hh +++ b/cubescript.hh @@ -594,4 +594,4 @@ namespace util { } /* namespace cscript */ -#endif /* CUBESCRIPT_HH */ \ No newline at end of file +#endif /* CUBESCRIPT_HH */