summaryrefslogtreecommitdiff
path: root/libperfmgr/tests/NodeLooperThreadTest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libperfmgr/tests/NodeLooperThreadTest.cc')
-rw-r--r--libperfmgr/tests/NodeLooperThreadTest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libperfmgr/tests/NodeLooperThreadTest.cc b/libperfmgr/tests/NodeLooperThreadTest.cc
index 6f96cf8f..24659cf7 100644
--- a/libperfmgr/tests/NodeLooperThreadTest.cc
+++ b/libperfmgr/tests/NodeLooperThreadTest.cc
@@ -54,7 +54,8 @@ class NodeLooperThreadTest : public ::testing::Test {
std::vector<std::unique_ptr<TemporaryFile>> files_;
};
-static inline void _VerifyPathValue(const std::string& path, const std::string& value) {
+static inline void _VerifyPathValue(const std::string& path,
+ const std::string& value) {
std::string s;
EXPECT_TRUE(android::base::ReadFileToString(path, &s)) << strerror(errno);
EXPECT_EQ(value, s);