Replacing tabs with spaces.

This commit is contained in:
Alan Mishchenko 2014-09-12 13:46:11 -07:00
parent dcb7d0d3fc
commit 39c68e72e4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ struct Abc_Frame_t_
int nSteps; // the counter of different network processed
int fSource; // marks the source mode
int fAutoexac; // marks the autoexec mode
int fBatchMode; // batch mode flag
int fBatchMode; // batch mode flag
int fBridgeMode; // bridge mode flag
// output streams
FILE * Out;