summaryrefslogtreecommitdiff
path: root/other/wrez/walker/beautify
blob: 181029119de99d72b5228b583462f5216ca90ab1 (plain)
1
2
3
4
5
6
while (<>) {
	s/\t//g;
	s/\/\/[^\n]+//g;
	print;
}