Changeset 2649

Show
Ignore:
Timestamp:
08/09/07 18:14:04 (1 year ago)
Author:
proski
Message:

Post-process indent output for better checkpatch.pl compilance.
Move labels to the position 0. Remove space after attribute.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/madwifi-indent

    r2566 r2649  
    1717 -T HAL_NODE_STATS -T HAL_RATE_TABLE -T HAL_STATUS \ 
    1818 "$@" 
     19 
     20for i in "$@"; do 
     21        sed -i -e 's/^ *\([^ :]\+:\)$/\1/;s/\(__attribute__\) ((/\1((/g' $i 
     22done