From 479eda4dc8422ff939bfa3707eed552f574d9a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Tr=C3=A1vn=C3=AD=C4=8Dek?= <jan.travnicek@fit.cvut.cz> Date: Sun, 30 Jan 2022 00:21:26 +0100 Subject: [PATCH] tidy: contract the namespaces --- alib2algo/src/string/properties/PeriodicPrefix.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/alib2algo/src/string/properties/PeriodicPrefix.h b/alib2algo/src/string/properties/PeriodicPrefix.h index 7eeb5403e8..a631ca9d25 100644 --- a/alib2algo/src/string/properties/PeriodicPrefix.h +++ b/alib2algo/src/string/properties/PeriodicPrefix.h @@ -5,9 +5,7 @@ #include <string/LinearString.h> -namespace string { - -namespace properties { +namespace string::properties { class PeriodicPrefix { public: @@ -58,6 +56,4 @@ ext::pair < size_t, size_t > PeriodicPrefix::construct ( const string::LinearStr return ext::make_pair ( maxlen, maxper ); } -} /* namespace properties */ - -} /* namespace string */ +} /* namespace string::properties */ -- GitLab