summaryrefslogtreecommitdiffstats
path: root/include/rofi-types.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-05 17:45:50 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-05 17:45:50 +0200
commit9ae62960c1a6436401946def280e4890f644aa40 (patch)
tree90760e7ecd43db1b280f30662163b5b2745ca0dc /include/rofi-types.h
parent6ba31683c6ec948b6e88d89d7550f98437c18ea3 (diff)
Indent files.
Diffstat (limited to 'include/rofi-types.h')
-rw-r--r--include/rofi-types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/rofi-types.h b/include/rofi-types.h
index 11255218..bcde8f19 100644
--- a/include/rofi-types.h
+++ b/include/rofi-types.h
@@ -216,7 +216,6 @@ typedef struct Property
PropertyValue value;
} Property;
-
/**
* Structure to hold a range.
*/
@@ -226,11 +225,11 @@ typedef struct rofi_range_pair
unsigned int stop;
} rofi_range_pair;
-
/**
* Internal structure for matching.
*/
-typedef struct rofi_int_matcher_t {
+typedef struct rofi_int_matcher_t
+{
GRegex *regex;
gboolean invert;
} rofi_int_matcher;