Skip to content

Commit 6cb61ba

Browse files
author
ldx
committed
Whitespace fixes.
1 parent 0d80106 commit 6cb61ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iptc/ip4tc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def _get_value(self, buf, name):
320320

321321
def get_all_parameters(self):
322322
params = {}
323-
ip = self.rule.get_ip()
323+
ip = self.rule.get_ip()
324324
if self._module and self._module.save:
325325
# redirect C stdout to a pipe and read back the output of m->save
326326
pipes = os.pipe()
@@ -335,7 +335,7 @@ def get_all_parameters(self):
335335

336336
res = re.findall(IPTCModule.pattern, buf)
337337
for x in res:
338-
params[x[1]] = "%s%s" % ((x[0] or x[2]) and "!" or "", x[3])
338+
params[x[1]] = "%s%s" % ((x[0] or x[2]) and "!" or "", x[3])
339339

340340
return params
341341

0 commit comments

Comments
 (0)