Fix indentation in CompatUtility::GetServiceNotification*

Fixes #5242
This commit is contained in:
Gunnar Beutner 2013-11-29 12:28:17 +01:00
parent f8d2172c27
commit 6e84800538

View File

@ -465,7 +465,6 @@ Dictionary::Ptr CompatUtility::GetCustomVariableConfig(const DynamicObject::Ptr&
String key;
Value value;
BOOST_FOREACH(boost::tie(key, value), custom) {
if (key == "notes" ||
key == "action_url" ||
key == "notes_url" ||