]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Format code with clang-format
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 25 Jan 2020 12:52:29 +0000 (13:52 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 25 Jan 2020 12:52:29 +0000 (13:52 +0100)
src/Config.cpp

index 5ed1fd893efc347b530c3988b411f5c78f417c16..d786fdd16475ea499e640c06bdac4359840652f2 100644 (file)
@@ -652,7 +652,8 @@ Config::set_value_in_file(const std::string& path,
   output.commit();
 }
 
-void Config::clear_and_reset()
+void
+Config::clear_and_reset()
 {
   *this = Config();
 }