ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/tools/untabify
Revision: 31
Committed: Sun Oct 2 20:34:05 2005 UTC (18 years, 6 months ago) by knight
File size: 126 byte(s)
Log Message:
- Fix svn:keywords

File Contents

# Content
1 #!/usr/bin/perl
2 #
3 # untabify - convert tabs to spaces
4 #
5 # $Id$
6 use Text::Tabs;
7 $tabstop = 8;
8 while (<>) { print expand($_) }
9

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords "Id Revision"