summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-08-28 16:04:17 -0400
committerJackLivio <jack@livio.io>2018-08-28 16:04:17 -0400
commitef697bb17ba91dcdc478b66e3e5fe5229e424443 (patch)
tree7b6ea4c56cf00cff30b3f4cb0af32db22c98eb03 /src
parenta34939d71451c2ad859287d46a3950b6249e853b (diff)
downloadsdl_core-ef697bb17ba91dcdc478b66e3e5fe5229e424443.tar.gz
Check style
Diffstat (limited to 'src')
-rw-r--r--src/components/policy/policy_external/src/sql_pt_representation.cc2
-rw-r--r--src/components/policy/policy_regular/src/sql_pt_representation.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/policy/policy_external/src/sql_pt_representation.cc b/src/components/policy/policy_external/src/sql_pt_representation.cc
index 10be5a4626..ae9ba28852 100644
--- a/src/components/policy/policy_external/src/sql_pt_representation.cc
+++ b/src/components/policy/policy_external/src/sql_pt_representation.cc
@@ -1796,7 +1796,7 @@ bool SQLPTRepresentation::SaveModuleType(
if (!query.Exec() || !query.Reset()) {
LOG4CXX_WARN(logger_, "Incorrect insert into module types.");
return false;
- }
+ }
} else {
LOG4CXX_WARN(logger_, "Module Type omitted.");
}
diff --git a/src/components/policy/policy_regular/src/sql_pt_representation.cc b/src/components/policy/policy_regular/src/sql_pt_representation.cc
index ee655d624f..81511f277a 100644
--- a/src/components/policy/policy_regular/src/sql_pt_representation.cc
+++ b/src/components/policy/policy_regular/src/sql_pt_representation.cc
@@ -1752,7 +1752,7 @@ bool SQLPTRepresentation::SaveModuleType(
if (!query.Exec() || !query.Reset()) {
LOG4CXX_WARN(logger_, "Incorrect insert into module types.");
return false;
- }
+ }
} else {
LOG4CXX_WARN(logger_, "Module Type omitted.");
}