Replacing tabs with spaces.

This commit is contained in:
Alan Mishchenko
2014-09-12 13:46:11 -07:00
parent dcb7d0d3fc
commit 39c68e72e4
+1 -1
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;