mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-27 04:31:45 +00:00
Expand some tabs that crept in over time.
This commit is contained in:
@@ -63,7 +63,7 @@ static void enable_tf(
|
||||
if (strcmp(opt, "AMA") == 0)
|
||||
opt_enabl_ama = tf;
|
||||
else if (strcmp(opt, "GBL") == 0)
|
||||
enabl_gbl = tf; /* Unused in pass 2 */
|
||||
enabl_gbl = tf; /* Unused in pass 2 */
|
||||
else if (strcmp(opt, "ME") == 0)
|
||||
list_me = tf;
|
||||
else if (strcmp(opt, "BEX") == 0)
|
||||
|
||||
Reference in New Issue
Block a user