Skip to content

Commit 3f8a82f

Browse files
author
Tad Marshall
committed
SERVER-6848 Replace tabs with 8 spaces in SConstruct
1 parent e42801c commit 3f8a82f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SConstruct

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,12 +555,12 @@ elif "win32" == os.sys.platform:
555555
env.Append( CPPDEFINES=[ "MONGO_USE_SRW_ON_WINDOWS" ] )
556556

557557
for pathdir in env['ENV']['PATH'].split(os.pathsep):
558-
if os.path.exists(os.path.join(pathdir, 'cl.exe')):
558+
if os.path.exists(os.path.join(pathdir, 'cl.exe')):
559559
print( "found visual studio at " + pathdir )
560-
break
560+
break
561561
else:
562-
#use current environment
563-
env['ENV'] = dict(os.environ)
562+
#use current environment
563+
env['ENV'] = dict(os.environ)
564564

565565
env.Append( CPPDEFINES=[ "_UNICODE" ] )
566566
env.Append( CPPDEFINES=[ "UNICODE" ] )

0 commit comments

Comments
 (0)