Skip to content
Snippets Groups Projects
Commit a9542ffc authored by http://druler.com's avatar http://druler.com
Browse files

remove trailing whitespaces

parent edbf1533
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class gmap_plugin_style_gmap extends views_plugin_style { ...@@ -38,7 +38,7 @@ class gmap_plugin_style_gmap extends views_plugin_style {
$options['center_on_nodearg'] = array('default' => 0); $options['center_on_nodearg'] = array('default' => 0);
$options['center_on_nodearg_arg'] = array('default' => ''); $options['center_on_nodearg_arg'] = array('default' => '');
$options['center_on_proximityarg'] = array('default' => 0); $options['center_on_proximityarg'] = array('default' => 0);
$options['highlight_nodearg'] = array('default' => 0); $options['highlight_nodearg'] = array('default' => 0);
...@@ -460,7 +460,7 @@ class gmap_plugin_style_gmap extends views_plugin_style { ...@@ -460,7 +460,7 @@ class gmap_plugin_style_gmap extends views_plugin_style {
'#process' => array('ctools_dependent_process'), '#process' => array('ctools_dependent_process'),
'#dependency' => array('edit-style-options-center-on-nodearg' => array(TRUE)), '#dependency' => array('edit-style-options-center-on-nodearg' => array(TRUE)),
); );
if (module_exists('location')) { if (module_exists('location')) {
$form['center_on_proximityarg'] = array( $form['center_on_proximityarg'] = array(
'#type' => 'checkbox', '#type' => 'checkbox',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment