summaryrefslogtreecommitdiff
path: root/share/shares.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:38:15 +0200
committerraveit65 <[email protected]>2021-12-11 15:50:08 +0100
commitaa40c23a25687eb1914c7c36a7269f62de1c4040 (patch)
tree8e4b6b8311e99534ebc05b9e85ec7ceda9ba61be /share/shares.c
parent5531df05481859b8efd9c952795759ef2c0dcad9 (diff)
downloadcaja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.bz2
caja-extensions-aa40c23a25687eb1914c7c36a7269f62de1c4040.tar.xz
Use a blank line at most
Diffstat (limited to 'share/shares.c')
-rw-r--r--share/shares.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/shares.c b/share/shares.c
index b628321..34cd921 100644
--- a/share/shares.c
+++ b/share/shares.c
@@ -31,7 +31,6 @@ static time_t refresh_timestamp;
#define KEY_ACL "usershare_acl"
#define KEY_GUEST_OK "guest_ok"
-
/* Debugging flags */
static gboolean throw_error_on_refresh;
static gboolean throw_error_on_add;
@@ -219,7 +218,6 @@ net_usershare_run (int argc, char **argv, GKeyFile **ret_key_file, GError **erro
return retval;
}
-
/* Internals */
static void
@@ -757,7 +755,6 @@ modify_share (const char *old_path, ShareInfo *info, GError **error)
return add_share (info, error);
}
-
/* Public API */
GQuark