Parent Directory
|
Revision Log
|
Patch
revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC | revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | # | # |
3 | # untabify - convert tabs to spaces | # untabify - convert tabs to spaces |
4 | # | # |
5 | # $Id: untabify,v 7.0.0.1 1999/08/01 21:19:57 lusky Exp $ | # $Id$ |
6 | use Text::Tabs; | use Text::Tabs; |
7 | $tabstop = 8; | $tabstop = 8; |
8 | while (<>) { print expand($_) } | while (<>) { print expand($_) } |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |