Skip to content

Commit e48f500

Browse files
committed
tidy whitespace (SOFTWARE-4751)
1 parent a7a9b2d commit e48f500

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

osg-comanage-project-usermap.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ def parse_options(args):
163163

164164
for op, arg in ops:
165165
if op == '-h': usage()
166-
if op == '-u': options.user = arg
166+
if op == '-u': options.user = arg
167167
if op == '-c': options.osg_co_id = int(arg)
168-
if op == '-d': passfd = int(arg)
169-
if op == '-f': passfile = arg
170-
if op == '-e': options.endpoint = arg
171-
if op == '-o': options.outfile = arg
168+
if op == '-d': passfd = int(arg)
169+
if op == '-f': passfile = arg
170+
if op == '-e': options.endpoint = arg
171+
if op == '-o': options.outfile = arg
172172

173173
user, passwd = getpw(options.user, passfd, passfile)
174174
options.authstr = mkauthstr(user, passwd)

0 commit comments

Comments
 (0)