net: more whitespace cleanup
[vlendec/samba-autobuild/.git] / source3 / utils / net_usershare.c
index 02fa12a2721501f2b7faad61b4c54b8ae199dbb5..fe03cc615ae4dc138dc67a76b9473f5a84f564c1 100644 (file)
@@ -1,6 +1,6 @@
-/* 
-   Samba Unix/Linux SMB client library 
-   Distributed SMB/CIFS Server Management Utility 
+/*
+   Samba Unix/Linux SMB client library
+   Distributed SMB/CIFS Server Management Utility
 
    Copyright (C) Jeremy Allison (jra@samba.org) 2005
 
@@ -8,12 +8,12 @@
    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/>.
 */
@@ -1027,7 +1027,7 @@ int net_usershare(struct net_context *c, int argc, const char **argv)
                {"HELP", net_usershare_help},
                {NULL, NULL}
        };
-       
+
        if (lp_usershare_max_shares() == 0) {
                d_fprintf(stderr, "net usershare: usershares are currently disabled\n");
                return -1;