From db2b16324217d66338b383d6039263501b53be0e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 13 Jan 2020 08:06:22 +0300 Subject: cmake/examples: run clang-format --- cmake/examples/boost/foo.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/examples/boost/foo.cpp b/cmake/examples/boost/foo.cpp index e5b7704..3bd0326 100644 --- a/cmake/examples/boost/foo.cpp +++ b/cmake/examples/boost/foo.cpp @@ -3,6 +3,9 @@ #include int main(int argc, char* argv[]) { - std::cout << "Hello from " << boost::filesystem::absolute(boost::filesystem::path{argv[0]}).string() << "!\n"; + std::cout << "Hello from " + << boost::filesystem::absolute(boost::filesystem::path{argv[0]}) + .string() + << "!\n"; return 0; } -- cgit v1.2.3