summaryrefslogtreecommitdiff
path: root/src/nautilus-previewer.c
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2023-04-23 22:27:02 +0100
committerAntónio Fernandes <antoniof@gnome.org>2023-04-23 22:33:28 +0100
commitfc8feaea808318b282ab21f2dd4034b18b6cfb27 (patch)
treef3b7fcf51b9fd111f2016f122b0592c95a9bfec5 /src/nautilus-previewer.c
parenteb6f82495ee38105f5297938fa4353bd2cf835ad (diff)
downloadnautilus-fc8feaea808318b282ab21f2dd4034b18b6cfb27.tar.gz
general: Fix indentation nitpicks
Pass new uncrustify criteria. No logic changes.
Diffstat (limited to 'src/nautilus-previewer.c')
-rw-r--r--src/nautilus-previewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-previewer.c b/src/nautilus-previewer.c
index 66074ab93..3f9d4a86a 100644
--- a/src/nautilus-previewer.c
+++ b/src/nautilus-previewer.c
@@ -37,7 +37,7 @@
#define PREVIEWER2_DBUS_IFACE "org.gnome.NautilusPreviewer2"
#define PREVIEWER_DBUS_PATH "/org/gnome/NautilusPreviewer"
-static GDBusProxy *previewer_v2_proxy = NULL;
+static GDBusProxy * previewer_v2_proxy = NULL;
static gboolean
ensure_previewer_v2_proxy (void)