diff --git a/gis_data_editor.php b/gis_data_editor.php index 0b447543be..70c96718b3 100644 --- a/gis_data_editor.php +++ b/gis_data_editor.php @@ -1,4 +1,5 @@ '); -}); \ No newline at end of file +}); diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index f6e5e34e21..b9c686217e 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -1,3 +1,4 @@ +/* vim: set expandtab sw=4 ts=4 sts=4: */ $(function() { // Show tab links $('div#statustabs_charting div.tabLinks').show(); diff --git a/js/server_variables.js b/js/server_variables.js index 691e6677b9..55d2b41357 100644 --- a/js/server_variables.js +++ b/js/server_variables.js @@ -1,3 +1,4 @@ +/* vim: set expandtab sw=4 ts=4 sts=4: */ $(function() { var textFilter = null, odd_row = false; var testString = 'abcdefghijklmnopqrstuvwxyz0123456789,ABCEFGHIJKLMOPQRSTUVWXYZ'; diff --git a/js/tbl_chart.js b/js/tbl_chart.js index c5693d6af8..1070e2afb4 100644 --- a/js/tbl_chart.js +++ b/js/tbl_chart.js @@ -1,3 +1,4 @@ +/* vim: set expandtab sw=4 ts=4 sts=4: */ var chart_xaxis_idx = -1; var chart_series; var chart_series_index = -1; diff --git a/js/tbl_gis_visualization.js b/js/tbl_gis_visualization.js index e43a267db5..03016a67b8 100644 --- a/js/tbl_gis_visualization.js +++ b/js/tbl_gis_visualization.js @@ -1,3 +1,4 @@ +/* vim: set expandtab sw=4 ts=4 sts=4: */ /** * @fileoverview functions used for visualizing GIS data * diff --git a/libraries/PMA.php b/libraries/PMA.php index 8bac707cac..4a35ebf03d 100644 --- a/libraries/PMA.php +++ b/libraries/PMA.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/libraries/data_mysql.inc.php b/libraries/data_mysql.inc.php index 9b1bd481a5..3ea587cab7 100644 --- a/libraries/data_mysql.inc.php +++ b/libraries/data_mysql.inc.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/libraries/gis/pma_gis_factory.php b/libraries/gis/pma_gis_factory.php index 9c9cdc025a..c62599fedd 100644 --- a/libraries/gis/pma_gis_factory.php +++ b/libraries/gis/pma_gis_factory.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/libraries/gis/pma_gis_geometry.php b/libraries/gis/pma_gis_geometry.php index 58858bc471..ad7e27a470 100644 --- a/libraries/gis/pma_gis_geometry.php +++ b/libraries/gis/pma_gis_geometry.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/test/classes/gis/PMA_GIS_Geom_test.php b/test/classes/gis/PMA_GIS_Geom_test.php index 24c596efc1..920a44c7f3 100644 --- a/test/classes/gis/PMA_GIS_Geom_test.php +++ b/test/classes/gis/PMA_GIS_Geom_test.php @@ -1,4 +1,5 @@ test classes * @@ -71,4 +72,4 @@ abstract class PMA_GIS_GeomTest extends PHPUnit_Framework_TestCase $this->assertEquals($this->object->scaleRow($spatial), $min_max); } } -?> \ No newline at end of file +?> diff --git a/test/classes/gis/PMA_GIS_Geometry_test.php b/test/classes/gis/PMA_GIS_Geometry_test.php index cc9fa86a09..080707addd 100644 --- a/test/classes/gis/PMA_GIS_Geometry_test.php +++ b/test/classes/gis/PMA_GIS_Geometry_test.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/test/classes/gis/PMA_GIS_Linestring_test.php b/test/classes/gis/PMA_GIS_Linestring_test.php index e45cf70e92..f8760b9133 100644 --- a/test/classes/gis/PMA_GIS_Linestring_test.php +++ b/test/classes/gis/PMA_GIS_Linestring_test.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/test/classes/gis/PMA_GIS_Multilinestring_test.php b/test/classes/gis/PMA_GIS_Multilinestring_test.php index 18400805f8..aed8f721bf 100644 --- a/test/classes/gis/PMA_GIS_Multilinestring_test.php +++ b/test/classes/gis/PMA_GIS_Multilinestring_test.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/test/classes/gis/PMA_GIS_Multipoint_test.php b/test/classes/gis/PMA_GIS_Multipoint_test.php index c088c40340..8bc2119725 100644 --- a/test/classes/gis/PMA_GIS_Multipoint_test.php +++ b/test/classes/gis/PMA_GIS_Multipoint_test.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/test/classes/gis/PMA_GIS_Multipolygon_test.php b/test/classes/gis/PMA_GIS_Multipolygon_test.php index bae6859f78..eb1591690c 100644 --- a/test/classes/gis/PMA_GIS_Multipolygon_test.php +++ b/test/classes/gis/PMA_GIS_Multipolygon_test.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/test/classes/gis/PMA_GIS_Polygon_test.php b/test/classes/gis/PMA_GIS_Polygon_test.php index 8b9441103c..9d0e951980 100644 --- a/test/classes/gis/PMA_GIS_Polygon_test.php +++ b/test/classes/gis/PMA_GIS_Polygon_test.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/test/libraries/PMA_GIS_modifyQuery_test.php b/test/libraries/PMA_GIS_modifyQuery_test.php index 209b97e758..863b630402 100644 --- a/test/libraries/PMA_GIS_modifyQuery_test.php +++ b/test/libraries/PMA_GIS_modifyQuery_test.php @@ -1,4 +1,5 @@ \ No newline at end of file +?> diff --git a/url.php b/url.php index 5088eff2c1..23f3ac5b76 100644 --- a/url.php +++ b/url.php @@ -1,4 +1,5 @@