diff options
author | Volker Lendecke <vl@samba.org> | 2011-01-15 16:07:31 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-01-17 08:03:40 +0100 |
commit | bc5554bdcc9ece0e1f443653d87a541f74210fa0 (patch) | |
tree | f733b0503f1a432e8d6841137c6c0a807df207e5 /source3/utils | |
parent | d9204622e371f1f88be0f0d20c7365d440c616bc (diff) | |
download | samba-bc5554bdcc9ece0e1f443653d87a541f74210fa0.tar.gz samba-bc5554bdcc9ece0e1f443653d87a541f74210fa0.tar.xz samba-bc5554bdcc9ece0e1f443653d87a541f74210fa0.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbcacls.c | 2 | ||||
-rw-r--r-- | source3/utils/smbcquotas.c | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index 1ac37311b38..da82f2eb531 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 522af173063..cef3f579ee6 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 <http://www.gnu.org/licenses/>. */ @@ -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; } |