Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / libaddressinput / src / cpp / src / post_box_matchers.cc
index 1edd8b3..f1ad6dd 100644 (file)
 #include <utility>
 #include <vector>
 
+#include <re2/re2.h>
+
 #include "language.h"
 #include "rule.h"
 #include "util/re2ptr.h"
 
-#include <re2/re2.h>
-
 namespace i18n {
 namespace addressinput {
 
@@ -97,7 +97,7 @@ std::map<std::string, const RE2ptr*> InitMatchers() {
   return matchers;
 }
 
-} // namespace
+}  // namespace
 
 // static
 std::vector<const RE2ptr*> PostBoxMatchers::GetMatchers(