diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-09-19 11:08:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-09-19 11:08:58 +0000 |
commit | 0557d832a7dd38db0ef9d3588df0097f7b495dac (patch) | |
tree | 3412d9a63c059e198958ad605ae76c55b546877f /perl-install | |
parent | 768876a1861fb81696ae5455dca5685b77eddf58 (diff) | |
download | drakx-backup-do-not-use-0557d832a7dd38db0ef9d3588df0097f7b495dac.tar drakx-backup-do-not-use-0557d832a7dd38db0ef9d3588df0097f7b495dac.tar.gz drakx-backup-do-not-use-0557d832a7dd38db0ef9d3588df0097f7b495dac.tar.bz2 drakx-backup-do-not-use-0557d832a7dd38db0ef9d3588df0097f7b495dac.tar.xz drakx-backup-do-not-use-0557d832a7dd38db0ef9d3588df0097f7b495dac.zip |
ensure titi has the good tab-width
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index b03785f6e..c118324b4 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1064,3 +1064,8 @@ sub suggest_mount_point { } 1; + +#- Local Variables: +#- mode:cperl +#- tab-width:8 +#- End: |