diff options
Diffstat (limited to 'src/engine/SCons/Tool/hpc++.py')
-rw-r--r-- | src/engine/SCons/Tool/hpc++.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/SCons/Tool/hpc++.py b/src/engine/SCons/Tool/hpc++.py index 8c4b4dd..e1a0040 100644 --- a/src/engine/SCons/Tool/hpc++.py +++ b/src/engine/SCons/Tool/hpc++.py @@ -77,3 +77,9 @@ def generate(env): def exists(env): return acc + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |