Fixed Spacing Issue

This commit is contained in:
samiahmedsiddiqui 2017-08-16 00:53:27 +05:00
parent f13a4031f4
commit 2d752e131d
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ function hfs_header_settings_form($form, &$form_state) {
); );
return $form; return $form;
}// End of hfs_header_settings(). } // End of hfs_header_settings().
/** /**
* Submit handler(). * Submit handler().
@ -91,7 +91,7 @@ function hfs_body_settings_form($form, &$form_state) {
); );
return $form; return $form;
}// End of hfs_body_settings_form(). } // End of hfs_body_settings_form().
/** /**
* Submit handler(). * Submit handler().
@ -140,7 +140,7 @@ function hfs_footer_settings_form($form, &$form_state) {
); );
return $form; return $form;
}// End of hfs_footer_settings_form(). } // End of hfs_footer_settings_form().
/** /**
* Submit handler(). * Submit handler().

View File

@ -3,7 +3,7 @@
/** /**
* @file * @file
* Enables Drupal to add scripts and styles from the frontend on all over the * Enables Drupal to add scripts and styles from the frontend on all over the
* site at anywhere in the page. site at anywhere in the page.
*/ */
/** /**