ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/tools/untabify
Revision: 30
Committed: Sun Oct 2 20:03:27 2005 UTC (18 years, 6 months ago) by adx
File size: 177 byte(s)
Log Message:
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

File Contents

# Content
1 #!/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

Properties

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