aboutsummaryrefslogtreecommitdiffstats
path: root/Module.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@mageia.org>2012-11-06 20:15:01 +0000
committerAngelo Naselli <anaselli@mageia.org>2012-11-06 20:15:01 +0000
commit5a547e6b955ea5c655edb3b87b7ff7676ced36fe (patch)
tree6e3b659c3cc210c6553cdcc4952cb38c6ee1061e /Module.pm
parent5a38703a90989bca6a3e2c858c3f9467895316f9 (diff)
downloadcolin-keep-5a547e6b955ea5c655edb3b87b7ff7676ced36fe.tar
colin-keep-5a547e6b955ea5c655edb3b87b7ff7676ced36fe.tar.gz
colin-keep-5a547e6b955ea5c655edb3b87b7ff7676ced36fe.tar.bz2
colin-keep-5a547e6b955ea5c655edb3b87b7ff7676ced36fe.tar.xz
colin-keep-5a547e6b955ea5c655edb3b87b7ff7676ced36fe.zip
change code alignment using
tabstop=4 shiftwidth=4 expandtab
Diffstat (limited to 'Module.pm')
-rw-r--r--Module.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/Module.pm b/Module.pm
index 990de15..579832f 100644
--- a/Module.pm
+++ b/Module.pm
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+# vim: set et ts=4 sw=4:
# Copyright 2012 Steven Tucker
#
# This file is part of AdminPanel
@@ -29,10 +30,10 @@ use yui;
sub new {
my ($class, $newName, $newIcon, $newLaunch) = @_;
my $self = {
- my $name = 0,
- my $icon = 0,
- my $launch = 0,
- my $button = 0
+ my $name = 0,
+ my $icon = 0,
+ my $launch = 0,
+ my $button = 0
};
bless $self, 'Module';