summaryrefslogtreecommitdiffstats
path: root/library/cpp/regex
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/regex')
-rw-r--r--library/cpp/regex/pire/extraencodings.cpp2
-rw-r--r--library/cpp/regex/pire/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/pire/extraencodings.cpp b/library/cpp/regex/pire/extraencodings.cpp
index 2e507e4b67f..56563e3a5f3 100644
--- a/library/cpp/regex/pire/extraencodings.cpp
+++ b/library/cpp/regex/pire/extraencodings.cpp
@@ -4,7 +4,7 @@
#include <util/generic/singleton.h>
#include <util/generic/yexception.h>
#include <library/cpp/charset/doccodes.h>
-
+
#include "pire.h"
namespace NPire {
diff --git a/library/cpp/regex/pire/ya.make b/library/cpp/regex/pire/ya.make
index c857e6d18bc..0f3a457be16 100644
--- a/library/cpp/regex/pire/ya.make
+++ b/library/cpp/regex/pire/ya.make
@@ -7,7 +7,7 @@ OWNER(
pg
)
-CFLAGS(-DPIRE_NO_CONFIG)
+CFLAGS(-DPIRE_NO_CONFIG)
SRCDIR(contrib/libs/pire/pire)