From dd3651d6f94aad25f493903e48dd2ee936f971fb Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Mon, 15 Feb 2016 08:29:56 +0100
Subject: [PATCH] code style

---
 bin/Editor.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/Editor.js b/bin/Editor.js
index 019e951..14633bf 100644
--- a/bin/Editor.js
+++ b/bin/Editor.js
@@ -205,7 +205,7 @@ define('package/quiqqer/ckeditor4/bin/Editor', [
             data.cssFiles.push(
                 URL_OPT_DIR + 'quiqqer/ckeditor4/bin/defaultWysiwyg.css'
             );
-            
+
             window.CKEDITOR.replace(instance, {
                 customConfig       : '',
                 language           : Locale.getCurrent(),
-- 
GitLab