From 13bfae95e7eae9cdca0c20af7b6c95138504d76a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 14 Feb 2011 21:39:10 +0100 Subject: s3: Fix some nonempty blank lines --- source3/lib/username.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/username.c b/source3/lib/username.c index afe83acfd9..d1789a5364 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -9,12 +9,12 @@ 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 . */ @@ -205,7 +205,7 @@ struct passwd *Get_Pwnam_alloc(TALLOC_CTX *mem_ctx, const char *user) DEBUG(5,("Finding user %s\n", user)); ret = Get_Pwnam_internals(mem_ctx, user, user2); - + return ret; } -- cgit