s3:loadparm: fix newly introduced leading whitespaces to tabs
authorMichael Adam <obnox@samba.org>
Mon, 15 Dec 2008 12:33:24 +0000 (13:33 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 15 Dec 2008 12:33:24 +0000 (13:33 +0100)
Michael

source3/param/loadparm.c

index 7e7a1e505ea0a5f7f5950dcc8c3a6f467bc47426..c74246c98e20bdd9d58217a68a900622cbb2da59 100644 (file)
@@ -425,7 +425,7 @@ struct service {
        bool bHideUnReadable;
        bool bHideUnWriteableFiles;
        bool bBrowseable;
-       bool bAccessBasedShareEnum;
+       bool bAccessBasedShareEnum;
        bool bAvailable;
        bool bRead_only;
        bool bNo_set_dir;
@@ -569,7 +569,7 @@ static struct service sDefault = {
        False,                  /* bHideUnReadable */
        False,                  /* bHideUnWriteableFiles */
        True,                   /* bBrowseable */
-       False,                  /* bAccessBasedShareEnum */
+       False,                  /* bAccessBasedShareEnum */
        True,                   /* bAvailable */
        True,                   /* bRead_only */
        True,                   /* bNo_set_dir */