summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-09-12 13:46:11 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-09-12 13:46:11 -0700
commit39c68e72e4b5f557ba2cbcb372ac28411cfc086d (patch)
tree30f64e1ae8d6b78c7d74aa331e2b23f9f66cf253 /src
parentdcb7d0d3fcf7f8736031b6966e47d71efe79450f (diff)
downloadabc-39c68e72e4b5f557ba2cbcb372ac28411cfc086d.tar.gz
abc-39c68e72e4b5f557ba2cbcb372ac28411cfc086d.tar.bz2
abc-39c68e72e4b5f557ba2cbcb372ac28411cfc086d.zip
Replacing tabs with spaces.
Diffstat (limited to 'src')
-rw-r--r--src/base/main/mainInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h
index aa7a7d90..9d67b2d7 100644
--- a/src/base/main/mainInt.h
+++ b/src/base/main/mainInt.h
@@ -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;