summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_passdb.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-12 19:52:05 +0100
committerVolker Lendecke <vl@samba.org>2011-02-13 12:11:53 +0100
commit9331bc378d609941a1bdbe793e1cf3f12e1a61da (patch)
tree6d7cd7fbb3a2a8f2b18b4abee7d1ee9d36a42237 /source3/winbindd/idmap_passdb.c
parentfe551d681586adde38d4a01230f494ce0dd87b2c (diff)
downloadsamba-9331bc378d609941a1bdbe793e1cf3f12e1a61da.tar.gz
samba-9331bc378d609941a1bdbe793e1cf3f12e1a61da.tar.bz2
samba-9331bc378d609941a1bdbe793e1cf3f12e1a61da.zip
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/winbindd/idmap_passdb.c')
-rw-r--r--source3/winbindd/idmap_passdb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/winbindd/idmap_passdb.c b/source3/winbindd/idmap_passdb.c
index ece1b42122..7f14b6bf38 100644
--- a/source3/winbindd/idmap_passdb.c
+++ b/source3/winbindd/idmap_passdb.c
@@ -4,17 +4,17 @@
idmap PASSDB backend
Copyright (C) Simo Sorce 2006
-
+
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 NTSTATUS idmap_pdb_sids_to_unixids(struct idmap_domain *dom, struct id_ma
for (i = 0; ids[i]; i++) {
enum lsa_SidType type;
union unid_t id;
-
+
if (pdb_sid_to_id(ids[i]->sid, &id, &type)) {
switch (type) {
case SID_NAME_USER: