diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-20 05:18:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-20 05:18:48 +0000 |
commit | 77493db37de647036d8c4b047bacef392836c922 (patch) | |
tree | 4a023deac858eff339cd8d2cd0fd896b8f1f0b6f /bin | |
parent | b8c84fe97e0f2c5ae787d8d53839eab1d69e74d6 (diff) | |
download | ATCD-77493db37de647036d8c4b047bacef392836c922.tar.gz |
*** empty log message ***
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/indent_macros.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/indent_macros.perl b/bin/indent_macros.perl index b7de22935f8..6035496c864 100755 --- a/bin/indent_macros.perl +++ b/bin/indent_macros.perl @@ -24,7 +24,7 @@ sub get_indent } while (<>) { - if (/[ \t]*\#[ \t]*((if|el|en|).*)/) + if (/^[ \t]*\#[ \t]*((if|el|en|).*)/) { $cont = $1; $temp = $2; |