From 7006e1df9309f7dc1f311e9025b3641f7bdf9a8b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 30 Jan 2013 15:03:58 +0100 Subject: style: fix up commas in function arguments Fix up spaces in our function calls, we do not want spaces before a comma and try to avoid multiple commas whenever possible. Errors: * No space found after comma in function call * Space found before comma in function call Change-Id: I51aec02016f742422fa60b92ad35ba3f0ef59ba3 --- includes/Defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/Defines.php') diff --git a/includes/Defines.php b/includes/Defines.php index 882f31824545..46b0947a5b79 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -227,7 +227,7 @@ define( 'MW_SUPPORTS_RESOURCE_MODULES', 1 ); define( 'OT_HTML', 1 ); define( 'OT_WIKI', 2 ); define( 'OT_PREPROCESS', 3 ); -define( 'OT_MSG' , 3 ); // b/c alias for OT_PREPROCESS +define( 'OT_MSG', 3 ); // b/c alias for OT_PREPROCESS define( 'OT_PLAIN', 4 ); /**@}*/ -- cgit v1.2.3