From 6de2ba16116a8d132a7d0ad73c44c17c8fa09934 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 21 Dec 2014 13:54:13 +0530 Subject: [PATCH] Fix CS error. --- src/Core/functions.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Core/functions.php b/src/Core/functions.php index 7500429dcfa..22eccdc777f 100644 --- a/src/Core/functions.php +++ b/src/Core/functions.php @@ -15,10 +15,12 @@ use Cake\Core\Configure; if (!defined('DS')) { - /** - * Define DS as short form of DIRECTORY_SEPARATOR. - */ + +/** + * Define DS as short form of DIRECTORY_SEPARATOR. + */ define('DS', DIRECTORY_SEPARATOR); + } if (!function_exists('h')) {