Skip to content

Commit 8a8cede

Browse files
committed
Fix clang format
1 parent d8c1500 commit 8a8cede

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/lib/fcitx-utils/standardpath.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@ NotFilter<T> Not(T t) {
9090
}
9191

9292
/// \brief Filter class that filters based on user file.
93-
struct FCITXUTILS_DEPRECATED_EXPORT User{
93+
struct FCITXUTILS_DEPRECATED_EXPORT User {
9494
bool operator()(const std::string & /*unused*/,
95-
const std::string & /*unused*/, bool isUser){return isUser;
96-
} // namespace filter
97-
}; // namespace fcitx
95+
const std::string & /*unused*/, bool isUser) {
96+
return isUser;
97+
}
98+
};
9899

99100
/// \brief Filter class that filters file based on prefix
100101
struct FCITXUTILS_DEPRECATED_EXPORT Prefix {

0 commit comments

Comments
 (0)