clang-format fixes

This commit is contained in:
Michael Scire 2019-07-07 12:08:29 -07:00
parent 1689784c19
commit b901cd584e
2 changed files with 3 additions and 3 deletions

View file

@ -827,8 +827,7 @@ static ResultCode GetInfo(Core::System& system, u64* result, u64 info_id, u64 ha
return RESULT_SUCCESS;
case GetInfoType::SystemResourceUsage:
LOG_WARNING(Kernel_SVC,
"(STUBBED) Attempted to query system resource usage");
LOG_WARNING(Kernel_SVC, "(STUBBED) Attempted to query system resource usage");
*result = process->GetSystemResourceUsage();
return RESULT_SUCCESS;