From ecdef925bb0da8cfefbe2a72413a680edf732d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 25 Feb 2017 22:53:36 +0100 Subject: Miscellaneous indentation tweaks I was bored. What? Don't look at me that way. I mostly targetted mixed tabs and spaces, but others were not spared. Note that some of the whitespace changes are inside HTML output, extended regexps or SQL snippets. Change-Id: Ie206cc946459f6befcfc2d520e35ad3ea3c0f1e0 --- includes/exception/UserNotLoggedIn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/exception/UserNotLoggedIn.php') diff --git a/includes/exception/UserNotLoggedIn.php b/includes/exception/UserNotLoggedIn.php index 43c5b09126e4..998a930f63fe 100644 --- a/includes/exception/UserNotLoggedIn.php +++ b/includes/exception/UserNotLoggedIn.php @@ -32,7 +32,7 @@ * @par Example: * @code * if( $user->isAnon() ) { - * throw new UserNotLoggedIn(); + * throw new UserNotLoggedIn(); * } * @endcode * @@ -42,7 +42,7 @@ * @par Example: * @code * if( $user->isAnon() ) { - * throw new UserNotLoggedIn( 'action-require-loggedin' ); + * throw new UserNotLoggedIn( 'action-require-loggedin' ); * } * @endcode * -- cgit v1.2.3