diff --git a/lib/gitlab/current_settings.rb b/lib/gitlab/current_settings.rb
index 90f0d648f98ef9d773417c1ac2305729440e5781..93e7edf508c1bf516568b78ff71e292b66ed487c 100644
--- a/lib/gitlab/current_settings.rb
+++ b/lib/gitlab/current_settings.rb
@@ -12,7 +12,7 @@ module Gitlab
     def fake_application_settings
       OpenStruct.new(
         default_projects_limit: Settings.gitlab['default_projects_limit'],
-	      default_branch_protection: Settings.gitlab['default_branch_protection'],
+        default_branch_protection: Settings.gitlab['default_branch_protection'],
         signup_enabled: Settings.gitlab['signup_enabled'],
         signin_enabled: Settings.gitlab['signin_enabled'],
         gravatar_enabled: Settings.gravatar['enabled'],