summaryrefslogtreecommitdiff
path: root/src/nautilus-query-editor.c
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-02-13 17:54:04 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-02-13 20:11:55 +0100
commitb6ebffd567d870f57db8266d01e25642c4c2862f (patch)
tree4e6c9ccaaa09aa48ab1faaf868be64ae374468a6 /src/nautilus-query-editor.c
parent27b039b37c1149fc8abbef6a683dd939e6f2bf1f (diff)
downloadnautilus-b6ebffd567d870f57db8266d01e25642c4c2862f.tar.gz
general: Run uncrustify
Diffstat (limited to 'src/nautilus-query-editor.c')
-rw-r--r--src/nautilus-query-editor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 94b9c4d70..0041ff5b4 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -583,9 +583,9 @@ search_popover_time_type_changed_cb (NautilusSearchPopover *popover,
}
static void
-search_popover_fts_changed_cb (GObject *popover,
- GParamSpec *pspec,
- gpointer user_data)
+search_popover_fts_changed_cb (GObject *popover,
+ GParamSpec *pspec,
+ gpointer user_data)
{
NautilusQueryEditorPrivate *priv;
NautilusQueryEditor *editor;