Drupal coding standards cleanup.

This commit is contained in:
Michael Stenta 2015-04-13 16:45:32 -04:00
parent 2aa0b8ce10
commit 50ecf08905
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/**
* @file
* FarmOS installation profile
* FarmOS installation profile.
*/
/**
@ -78,3 +78,4 @@ function farm_configure_logintoboggan() {
// Display the login form on access denied pages.
variable_set('site_403', 'toboggan/denied');
}