fix vim modelines

This commit is contained in:
Marc Delisle
2008-10-25 13:37:54 +00:00
parent 0cd015b6d3
commit 8c697864eb
13 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_sanitize()
*
@@ -45,4 +45,4 @@ class PMA_transformation_getOptions_test extends PHPUnit_Framework_TestCase
PMA_transformation_getOptions(''));
}
}
?>
?>