From bc5554bdcc9ece0e1f443653d87a541f74210fa0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 15 Jan 2011 16:07:31 +0100 Subject: s3: Fix some nonempty blank lines --- source3/libsmb/clifile.c | 6 +++--- source3/torture/scanner.c | 6 +++--- source3/utils/smbcacls.c | 2 +- source3/utils/smbcquotas.c | 12 +++++------- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 331777b725..394968f506 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -3,17 +3,17 @@ client file operations Copyright (C) Andrew Tridgell 1994-1998 Copyright (C) Jeremy Allison 2001-2009 - + 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 . */ diff --git a/source3/torture/scanner.c b/source3/torture/scanner.c index d7f4d2eabf..18f972571b 100644 --- a/source3/torture/scanner.c +++ b/source3/torture/scanner.c @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. SMB torture tester - scanning functions Copyright (C) Andrew Tridgell 2001 - + 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 . */ diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index 1ac37311b3..da82f2eb53 100644 --- a/source3/utils/smbcacls.c +++ b/source3/utils/smbcacls.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. ACL get/set utility diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c index 522af17306..cef3f579ee 100644 --- a/source3/utils/smbcquotas.c +++ b/source3/utils/smbcquotas.c @@ -1,22 +1,22 @@ /* Unix SMB/CIFS implementation. QUOTA get/set utility - + Copyright (C) Andrew Tridgell 2000 Copyright (C) Tim Potter 2000 Copyright (C) Jeremy Allison 2000 Copyright (C) Stefan (metze) Metzmacher 2003 - + 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 . */ @@ -77,7 +77,7 @@ static bool cli_open_policy_hnd(void) got_policy_hnd = True; } - + return True; } @@ -107,7 +107,6 @@ static void SidToString(fstring str, struct dom_sid *sid, bool _numeric) slprintf(str, sizeof(fstring) - 1, "%s%s%s", domains[0], lp_winbind_separator(), names[0]); - } /* convert a string to a SID, either numeric or username/group */ @@ -614,7 +613,6 @@ FSQFLAGS:QUOTA_ENABLED/DENY_DISK/LOG_SOFTLIMIT/LOG_HARD_LIMIT", "SETSTRING" }, result = do_quota(cli, qtype, cmd, username_str, &qt); break; default: - result = EXIT_FAILED; break; } -- cgit