Skip to content

Commit

Permalink
sbe-debug.py Indentation Error fixed
Browse files Browse the repository at this point in the history
Change-Id: I72f59cd997062d2220b580bdbbba19f4f32b1aa1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41594
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Raja Das authored and sgupta2m committed Jun 9, 2017
1 parent 03dc999 commit 3f9beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/debug/sbe-debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def main( argv ):
sbeLocalRegister( target, node, proc, file_path )
elif ( level == 'stack' ):
fillSymTable(getSbeObjPath(), target, ddsuffix)
collectStackUsage( node, proc )
collectStackUsage( node, proc )

if(target != 'FILE'):
# On cronus, set the FIFO mode to previous state
Expand Down

0 comments on commit 3f9beab

Please sign in to comment.