summaryrefslogtreecommitdiff
path: root/pluma/pluma-document.h
diff options
context:
space:
mode:
authorV.Barkov <[email protected]>2016-11-24 20:18:27 +0300
committerV.Barkov <[email protected]>2016-11-24 20:18:27 +0300
commit2314b3828cbe540d65ba517c32872476417501a6 (patch)
tree389ad57d86d0c3b1ecd6498e7327cbc05ebfbd7e /pluma/pluma-document.h
parent9f79aa764fa8b31b204f79ca452502204bbfa09d (diff)
downloadpluma-2314b3828cbe540d65ba517c32872476417501a6.tar.bz2
pluma-2314b3828cbe540d65ba517c32872476417501a6.tar.xz
Fixed formatting [2]
Diffstat (limited to 'pluma/pluma-document.h')
-rw-r--r--pluma/pluma-document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-document.h b/pluma/pluma-document.h
index ee8d6f88..a8d64895 100644
--- a/pluma/pluma-document.h
+++ b/pluma/pluma-document.h
@@ -69,8 +69,8 @@ typedef enum
PLUMA_SEARCH_DONT_SET_FLAGS = 1 << 0,
PLUMA_SEARCH_ENTIRE_WORD = 1 << 1,
PLUMA_SEARCH_CASE_SENSITIVE = 1 << 2,
- PLUMA_SEARCH_PARSE_ESCAPES = 1 << 3,
- PLUMA_SEARCH_MATCH_REGEX = 1 << 4,
+ PLUMA_SEARCH_PARSE_ESCAPES = 1 << 3,
+ PLUMA_SEARCH_MATCH_REGEX = 1 << 4,
} PlumaSearchFlags;