summaryrefslogtreecommitdiff
path: root/src/glob_matching.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2024-05-26 12:20:02 +0200
committerGitHub <noreply@github.com>2024-05-26 12:20:02 +0200
commita11617ff65f8570e7c33db420c207ef304529322 (patch)
tree87d56ca7e7d15325640bd3193943b225414dc322 /src/glob_matching.h
parent1871f32a8db7e707a6d96a41f09147d8558e0003 (diff)
Use MO2 formatting action. (#2032)
Diffstat (limited to 'src/glob_matching.h')
-rw-r--r--src/glob_matching.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glob_matching.h b/src/glob_matching.h
index b47d30ac..c0620aaf 100644
--- a/src/glob_matching.h
+++ b/src/glob_matching.h
@@ -178,7 +178,7 @@ GlobPattern(std::basic_string<CharT, Traits, Allocator> const&)
template <class CharT>
GlobPattern(CharT const*) -> GlobPattern<CharT>;
-GlobPattern(QString const&)->GlobPattern<QChar>;
+GlobPattern(QString const&) -> GlobPattern<QChar>;
} // namespace MOShared