Cleanup: clang-format

This commit is contained in:
Campbell Barton
2019-07-07 23:45:35 +10:00
parent 9e12d762a2
commit 28057d54de
3 changed files with 21 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ CCL_NAMESPACE_BEGIN
static bool is_verbosity_set() static bool is_verbosity_set()
{ {
#ifdef WITH_CYCLES_LOGGING #ifdef WITH_CYCLES_LOGGING
using CYCLES_GFLAGS_NAMESPACE::GetCommandLineOption; using CYCLES_GFLAGS_NAMESPACE::GetCommandLineOption;
std::string verbosity; std::string verbosity;
if (!GetCommandLineOption("v", &verbosity)) { if (!GetCommandLineOption("v", &verbosity)) {