]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmbconf: reformaat - fix some whispacing/tabs
authorMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 01:29:09 +0000 (02:29 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 01:29:09 +0000 (02:29 +0100)
Michael

source/lib/smbconf/smbconf_private.h

index 72f13c74021f039b1e9cabe789d3f1f739dd0e16..f10bf0f271067d3e7fd79a508b3b3a8bca5eef5b 100644 (file)
@@ -41,14 +41,14 @@ struct smbconf_ops {
        WERROR (*delete_share)(struct smbconf_ctx *ctx,
                                    const char *servicename);
        WERROR (*set_parameter)(struct smbconf_ctx *ctx,
-                               const char *service,
-                               const char *param,
-                               const char *valstr);
+                               const char *service,
+                               const char *param,
+                               const char *valstr);
        WERROR (*get_parameter)(struct smbconf_ctx *ctx,
-                               TALLOC_CTX *mem_ctx,
-                               const char *service,
-                               const char *param,
-                               char **valstr);
+                               TALLOC_CTX *mem_ctx,
+                               const char *service,
+                               const char *param,
+                               char **valstr);
        WERROR (*delete_parameter)(struct smbconf_ctx *ctx,
                                   const char *service, const char *param);
 };