summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src/sql_pt_representation.cc
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/components/policy/policy_external/src/sql_pt_representation.cc
parenta34939d71451c2ad859287d46a3950b6249e853b (diff)
downloadsdl_core-ef697bb17ba91dcdc478b66e3e5fe5229e424443.tar.gz
Check style
Diffstat (limited to 'src/components/policy/policy_external/src/sql_pt_representation.cc')
-rw-r--r--src/components/policy/policy_external/src/sql_pt_representation.cc2
1 files changed, 1 insertions, 1 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.");
}