diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index 9d4940ad6a425ae3e915cd51c398f59d7c08952a..22617b556cccd3c478a4459c108091893cc111ec 100644
--- a/uw_fdsu_theme_resp.theme
+++ b/uw_fdsu_theme_resp.theme
@@ -26,6 +26,7 @@ function uw_fdsu_theme_resp_preprocess_html(&$variables) {
  * Implements hook_preprocess_region().
  */
 function uw_fdsu_theme_resp_preprocess_region(&$variables) {
+
   // Get the region from variables.
   $region = $variables['elements']['#region'];
 
@@ -33,6 +34,7 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) {
   // TO DO: Store the colour scheme used for the theme
   // (i.e. faculty colour and get the correct class here).
   if ($region == "header") {
+
     // The class that is used for the header.
     $variables['classes'][] = 'uw-header';