summaryrefslogtreecommitdiff
path: root/src/components/policy/test/policy_manager_impl_test.cc
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2016-05-20 19:35:59 +0300
committerArtem Nosach <ANosach@luxoft.com>2016-05-20 19:35:59 +0300
commit8bd6873c096fb67ba69ed01982beb730ed66f5c3 (patch)
treea22c1f039c94059be6b8a03d69af6d89be44700b /src/components/policy/test/policy_manager_impl_test.cc
parentab24e3881f4550fb11681affdd0688f77fd16f90 (diff)
downloadsdl_core-8bd6873c096fb67ba69ed01982beb730ed66f5c3.tar.gz
Beautify code
Diffstat (limited to 'src/components/policy/test/policy_manager_impl_test.cc')
-rw-r--r--src/components/policy/test/policy_manager_impl_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/test/policy_manager_impl_test.cc b/src/components/policy/test/policy_manager_impl_test.cc
index 9db1bfe061..f9addf1fb3 100644
--- a/src/components/policy/test/policy_manager_impl_test.cc
+++ b/src/components/policy/test/policy_manager_impl_test.cc
@@ -115,7 +115,7 @@ class PolicyManagerImplTest : public ::testing::Test {
delete manager;
}
- ::testing::AssertionResult IsValid(const policy_table::Table &table) {
+ ::testing::AssertionResult IsValid(const policy_table::Table& table) {
if (table.is_valid()) {
return ::testing::AssertionSuccess();
} else {