From 0b55c0ecfd40dd160854db2916c6a9caa93fb6e8 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 25 Sep 2000 00:49:18 +0000 Subject: [PATCH] Add newline at eof to quiet compiler warning [SVN r7809] --- integer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integer_test.cpp b/integer_test.cpp index d7e06fb..2c2ba1b 100644 --- a/integer_test.cpp +++ b/integer_test.cpp @@ -173,4 +173,4 @@ int main() std::cout << 0 << ' '; test( uint_t<0>::fast() ); return 0; -} \ No newline at end of file +}