From 2e4c91e1ab689af8527b79c724bcb995e1263617 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 6 May 2009 14:08:12 +0000 Subject: [PATCH] fix indentation - please review --- db-config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/db-config b/db-config index 4a1a22d..d9f375f 100755 --- a/db-config +++ b/db-config @@ -985,12 +985,12 @@ message, please reply so that we may investigate the problem. # Get all model names pcu_models = [type['model'] for type in GetPCUTypes()] for type in pcu_types: - if 'pcu_protocol_types' in type: - protocol_types = type['pcu_protocol_types'] - # Take this value out of the struct. - del type['pcu_protocol_types'] - else: - protocol_types = [] + if 'pcu_protocol_types' in type: + protocol_types = type['pcu_protocol_types'] + # Take this value out of the struct. + del type['pcu_protocol_types'] + else: + protocol_types = [] if type['model'] not in pcu_models: # Add the name/model info into DB id = AddPCUType(type) -- 2.47.0