Completed
Pull Request — master (#6177)
by Lukas
15:30
created
lib/private/NavigationManager.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -88,10 +88,10 @@  discard block
 block discarded – undo
88 88
 		}
89 89
 
90 90
 		$entry['active'] = false;
91
-		if(!isset($entry['icon'])) {
91
+		if (!isset($entry['icon'])) {
92 92
 			$entry['icon'] = '';
93 93
 		}
94
-		if(!isset($entry['type'])) {
94
+		if (!isset($entry['type'])) {
95 95
 			$entry['type'] = 'link';
96 96
 		}
97 97
 		$this->entries[] = $entry;
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
 			]);
189 189
 
190 190
 			$logoutUrl = \OC_User::getLogoutUrl($this->urlGenerator);
191
-			if($logoutUrl !== '') {
191
+			if ($logoutUrl !== '') {
192 192
 				// Logout
193 193
 				$this->add([
194 194
 					'type' => 'settings',
Please login to merge, or discard this patch.