Original 20051017 tarball
[acx-mac80211.git] / script / acx100_indent.sh
blob8bceeda67f22d2310262f09426683e4b3fe0d702
1 #!/bin/bash
3 INDENT=`which indent`
5 if [ -z $INDENT ]
6 then
7 echo GNU indent not found in \$PATH. Install it and come back.
8 exit 1
9 fi
11 $INDENT -nbad -bap -bbo -nbc -br -brs -ncdb -ce -ci4 -cli0 -ncs -d0 -di1 -nfc1 \
12 -nfca -hnl -i8 -ip0 -l80 -lp -npcs -nprs -npsl -saf -sai -saw -sbi0 -nsc -nsob \
13 -nss -ts8 -T acx100_t -T acx100_metacmd_t -T firmware_image_t -T mac_t \
14 -T memmap_t -T p80211hdr_t -T wlan_fr_assocreq_t -T wlan_fr_assocresp_t \
15 -T wlan_fr_authen_t -T wlan_fr_beacon_t -T wlan_fr_deauthen_t \
16 -T wlan_fr_disassoc_t -T wlan_fr_ibssatim_t -T wlan_fr_probereq_t \
17 -T wlan_fr_proberesp_t -T wlan_fr_reassocreq_t -T wlan_fr_reassocresp_t \
18 -T wlandevice_t -T TIWLAN_DC -T UINT -T UINT8 -T UINT16 -T UINT32 $*