summaryrefslogtreecommitdiffstats
path: root/app/l10n_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/l10n_util.h')
-rw-r--r--app/l10n_util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/l10n_util.h b/app/l10n_util.h
index be15a4e..4675156 100644
--- a/app/l10n_util.h
+++ b/app/l10n_util.h
@@ -277,10 +277,10 @@ UCollationResult CompareStringWithCollator(const icu::Collator* collator,
// Used by SortStringsUsingMethod. Invokes a method on the objects passed to
// operator (), comparing the string results using a collator.
template <class T, class Method>
-class StringMethodComparatorWithCollator :
- public std::binary_function<const std::wstring&,
- const std::wstring&,
- bool> {
+class StringMethodComparatorWithCollator
+ : public std::binary_function<const std::wstring&,
+ const std::wstring&,
+ bool> {
public:
StringMethodComparatorWithCollator(icu::Collator* collator, Method method)
: collator_(collator),