From 8da453fd30a1df085782ae5a3772a07cea38b77b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Uwe=20St=C3=B6hr?= <uwestoehr@lyx.org>
Date: Mon, 19 Oct 2015 07:15:18 +0200
Subject: [PATCH] tcolorbox.module: uniform whitespace

---
 lib/layouts/tcolorbox.module | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/lib/layouts/tcolorbox.module b/lib/layouts/tcolorbox.module
index 4dfed77ede..c7716514d8 100644
--- a/lib/layouts/tcolorbox.module
+++ b/lib/layouts/tcolorbox.module
@@ -3,8 +3,8 @@
 #Adds custom insets that support colored boxes via the tcolorbox package.
 #See the tcolorbox documentation for details.
 #DescriptionEnd
-#Author: Jürgen Spitzmüller
-#        Uwe Stöhr <uwestoehr@lyx.org>
+#Authors: Jürgen Spitzmüller
+#         Uwe Stöhr <uwestoehr@lyx.org>
 
 Format 54
 
@@ -18,38 +18,38 @@ InsetLayout Flex:Color_Box
   Argument 1
     LabelString         "Color Box Options"
     Tooltip             "Insert the color box options here (see tcolorbox manual)"
-    PassThruChars		"\[]{}"
+    PassThruChars       "\[]{}"
   EndArgument
   ResetsFont            true
 End
 
 InsetLayout Flex:Dynamic_Color_Box
-  CopyStyle			    Flex:Color_Box
+  CopyStyle             Flex:Color_Box
   LatexType             command
   LabelString           "Color Box (Dynamic)"
   LatexName             tcbox
 End
 
 InsetLayout Flex:Fit_Color_Box
-  CopyStyle			    Flex:Dynamic_Color_Box
+  CopyStyle             Flex:Dynamic_Color_Box
   LabelString           "Color Box (Fit Contents)"
   LatexName             tcboxfit
 End
 
 InsetLayout Flex:Raster_Color_Box
-  CopyStyle			    Flex:Color_Box
+  CopyStyle             Flex:Color_Box
   LabelString           "Raster Color Box"
   LatexName             tcbraster
 End
 
 InsetLayout Flex:Subtitle
-  CopyStyle			Flex:Dynamic_Color_Box
-  LatexName			tcbsubtitle
-  LabelString		"Subtitle"
+  CopyStyle            Flex:Dynamic_Color_Box
+  LatexName            tcbsubtitle
+  LabelString          "Subtitle"
   Argument 1
-    LabelString		"Subtitle Options"
-    ToolTip			"Insert the options here"
-    PassThruChars	"\[]{}"
+    LabelString        "Subtitle Options"
+    ToolTip            "Insert the options here"
+    PassThruChars      "\[]{}"
   EndArgument
 End