clang-format

This commit is contained in:
Vibhav Pant
2023-08-30 13:21:30 +05:30
parent b34611b77e
commit 808ed3992d
83 changed files with 983 additions and 986 deletions
@@ -18,9 +18,9 @@
#include "gtest/gtest.h"
#include "internal/platform/exception.h"
#include "internal/platform/payload_id.h"
#include "internal/platform/implementation/linux/test_utils.h"
#include "internal/platform/logging.h"
#include "internal/platform/payload_id.h"
class InputFileTests : public testing::Test {
protected:
@@ -32,9 +32,9 @@ class InputFileTests : public testing::Test {
file_.open(path, std::ios::out);
if (!file_) {
NEARBY_LOG(ERROR,
"Failed to create OutputFile with payloadId: %s and error: %d",
test_utils::GetPayloadPath(payloadId).c_str(), std::strerror(errno));
NEARBY_LOG(
ERROR, "Failed to create OutputFile with payloadId: %s and error: %d",
test_utils::GetPayloadPath(payloadId).c_str(), std::strerror(errno));
}
const char* buffer = TEST_STRING;