Browse Source

fixed style

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221@2184 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
67441d97d8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/xfrin/xfrin.py.in

+ 2 - 1
src/bin/xfrin/xfrin.py.in

@@ -421,7 +421,8 @@ a separate method for the convenience of unit tests.
                 # actually the notfiy command should be sent to 
                 # Zone Manager module.
                 db_file = '@@LOCALSTATEDIR@@/@PACKAGE@/zone.sqlite3'
-                ret = self.xfrin_start(args['zone_name'], db_file, args['master_ip'], port = 53)
+                ret = self.xfrin_start(args['zone_name'], db_file,
+                                       args['master_ip'], port=53)
                 answer = create_answer(ret[0], ret[1])
             else:
                 answer = create_answer(1, 'unknown command: ' + command)