Skip to content
Snippets Groups Projects
Commit 479eda4d authored by Jan Trávníček's avatar Jan Trávníček
Browse files

tidy: contract the namespaces

parent 7814251f
No related branches found
No related tags found
1 merge request!215Merge jt
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment