s3: Fix some nonblank line endings
authorVolker Lendecke <vl@samba.org>
Fri, 2 Dec 2011 16:40:33 +0000 (17:40 +0100)
committerVolker Lendecke <vlendec@samba.org>
Fri, 2 Dec 2011 19:39:33 +0000 (20:39 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Dec  2 20:39:33 CET 2011 on sn-devel-104

source3/lib/dbwrap/dbwrap.c

index 50dbb30b041804ddfd368bdaeb7a4cc8b3f31d60..7d96926905df2e382ee23b5f84132506978ce2a7 100644 (file)
@@ -1,20 +1,20 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    Database interface wrapper
    Copyright (C) Jim McDonough <jmcd@us.ibm.com> 2006
 
    Major code contributions from Aleksey Fedoseev (fedoseev@ru.ibm.com)
-   
+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */