#! /bin/bash # $Id$ # $URL$ # -kr Use Kernighan & Ritchie coding style. # -l120 Set maximum line length for non-comment lines to 150. rm *.c~ *.h~ indent -kr -l120 *.c *.h for i in *.c *.h; do if !(diff -q $i $i~); then rm $i~ else mv $i~ $i fi done ne.org/debian/dtv-scan-tables.git/atom/dvb-t/fi-Salla_Naruska?h=debian/0+git20170425.fb5fe05-1' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-Salla_Naruska
blob: b6e4ae2c9a0b5fea3689e2cc1e5274820c251d2d (plain)
1
2
3
4