Changeset 18132

Show
Ignore:
Timestamp:
08/23/08 19:37:16 (5 months ago)
Author:
saturday06
Message:

みくみくにしてやにょ

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/i3/scripts/astyle.sh

    r18131 r18132  
    1 pushd . 
    21astyle="astyle --style=ansi -s4" #XXX mazimenikangaeru 
    32find src -type f -name "*.cpp" | xargs ${astyle} 
    43find src -type f -name "*.h"   | grep -v "xbyak" | xargs ${astyle} 
    5 popd 
     4