Parent Directory
|
Revision Log
- imported sources - can be moved later according to the directory/branching scheme, but we need the svn up
1 | adx | 30 | #!/usr/bin/perl |
2 | # | ||
3 | # untabify - convert tabs to spaces | ||
4 | # | ||
5 | # $Id: untabify,v 7.0.0.1 1999/08/01 21:19:57 lusky Exp $ | ||
6 | use Text::Tabs; | ||
7 | $tabstop = 8; | ||
8 | while (<>) { print expand($_) } | ||
9 |
Name | Value |
---|---|
svn:eol-style | native |
svn:executable | * |
svn:keywords | "Id Revision" |
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |