aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 11:05:07 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 11:05:07 +0300
commitebb80e5da4811166268bd943b67e2875eb1e33e4 (patch)
treeab5a29152be117be5f03074c43d425d3c8b6765a /include
parentadd AppVeyor configuration (diff)
downloadwinapi-utf8-ebb80e5da4811166268bd943b67e2875eb1e33e4.tar.gz
winapi-utf8-ebb80e5da4811166268bd943b67e2875eb1e33e4.zip
clang-format formatting fixes
Diffstat (limited to 'include')
-rw-r--r--include/winapi/utf8.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/winapi/utf8.hpp b/include/winapi/utf8.hpp
index 1eb6963..57b3c53 100644
--- a/include/winapi/utf8.hpp
+++ b/include/winapi/utf8.hpp
@@ -19,4 +19,4 @@ std::string narrow(const std::wstring&);
std::string narrow(const std::vector<unsigned char>&);
std::string narrow(const void*, std::size_t nb);
-}
+} // namespace winapi