summaryrefslogtreecommitdiff
path: root/src/nautilus-tag-manager.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-tag-manager.c
parenteb6f82495ee38105f5297938fa4353bd2cf835ad (diff)
downloadnautilus-fc8feaea808318b282ab21f2dd4034b18b6cfb27.tar.gz
general: Fix indentation nitpicks
Pass new uncrustify criteria. No logic changes.
Diffstat (limited to 'src/nautilus-tag-manager.c')
-rw-r--r--src/nautilus-tag-manager.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/nautilus-tag-manager.c b/src/nautilus-tag-manager.c
index 23f89dfeb..2bdde9a20 100644
--- a/src/nautilus-tag-manager.c
+++ b/src/nautilus-tag-manager.c
@@ -69,18 +69,18 @@ enum
};
#define QUERY_STARRED_FILES \
- "SELECT ?file " \
- "{ " \
- " ?file a nautilus:File ; " \
- " nautilus:starred true . " \
- "}"
+ "SELECT ?file " \
+ "{ " \
+ " ?file a nautilus:File ; " \
+ " nautilus:starred true . " \
+ "}"
#define QUERY_FILE_IS_STARRED \
- "ASK " \
- "{ " \
- " ~file a nautilus:File ; " \
- " nautilus:starred true . " \
- "}"
+ "ASK " \
+ "{ " \
+ " ~file a nautilus:File ; " \
+ " nautilus:starred true . " \
+ "}"
static guint signals[LAST_SIGNAL];