summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-25 15:14:25 +0200
committerVolker Lendecke <vl@samba.org>2011-07-03 11:31:29 +0200
commit25df2fe8e224fad1a665414f2b4022b42f77075c (patch)
treea1bff5e2bfdb8f04154da9b4414fa1fad3a6329e /source3/libsmb/errormap.c
parente2498b1110d260c917be3f938c11f68e6b6c80e4 (diff)
downloadsamba-25df2fe8e224fad1a665414f2b4022b42f77075c.tar.gz
samba-25df2fe8e224fad1a665414f2b4022b42f77075c.tar.bz2
samba-25df2fe8e224fad1a665414f2b4022b42f77075c.zip
S3: Fix some nonempty blank lines
Diffstat (limited to 'source3/libsmb/errormap.c')
-rw-r--r--source3/libsmb/errormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c
index 35b4137ec3..975de4f3c6 100644
--- a/source3/libsmb/errormap.c
+++ b/source3/libsmb/errormap.c
@@ -392,7 +392,7 @@ NTSTATUS map_nt_error_from_gss(uint32 gss_maj, uint32 minor)
if (gss_maj == GSS_S_FAILURE) {
return map_nt_error_from_unix((int)minor);
}
-
+
/* Look through list */
while(gss_to_ntstatus_errormap[i].gss_err != 0) {
if (gss_to_ntstatus_errormap[i].gss_err == gss_maj) {