From 8f599302c4982a57bf18f6363df0cf9492feec67 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Jan 2012 08:49:50 +0200 Subject: Remove unnecessary newline --- odb/relational/oracle/header.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb') diff --git a/odb/relational/oracle/header.cxx b/odb/relational/oracle/header.cxx index f99b5e3..cc436de 100644 --- a/odb/relational/oracle/header.cxx +++ b/odb/relational/oracle/header.cxx @@ -40,8 +40,7 @@ namespace relational else os << "return 0;"; - os << "}" - << endl; + os << "}"; } } }; -- cgit v1.1