From 2314b3828cbe540d65ba517c32872476417501a6 Mon Sep 17 00:00:00 2001 From: "V.Barkov" Date: Thu, 24 Nov 2016 20:18:27 +0300 Subject: Fixed formatting [2] --- pluma/pluma-document.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pluma/pluma-document.h') 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; -- cgit v1.2.1