From ed86172814c02747b7036745f0411e34998c6f4a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 6 May 2010 05:59:31 +0000 Subject: #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. --- includes/actions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/actions.inc') diff --git a/includes/actions.inc b/includes/actions.inc index 26788ed04..129f38d3b 100644 --- a/includes/actions.inc +++ b/includes/actions.inc @@ -166,7 +166,7 @@ function actions_list($reset = FALSE) { } // See module_implements() for an explanation of this cast. - return (array)$actions; + return (array) $actions; } /** -- cgit v1.2.3