summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-09 15:21:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-09 15:21:43 (GMT)
commit6b305ada3d3a68c00bc6ddaf163ae327f1c44e05 (patch)
tree26848189e63590678293f2ff1f2fee1ed9808009 /macosx/ttkMacOSXTheme.c
parentd618cd4a9d9fc73586c882e5ab59eb62bfe2f7db (diff)
downloadtk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.zip
tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.gz
tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.bz2
Whitespace cleanup, syncronize a little with "trunk" version.
Diffstat (limited to 'macosx/ttkMacOSXTheme.c')
-rw-r--r--macosx/ttkMacOSXTheme.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/ttkMacOSXTheme.c b/macosx/ttkMacOSXTheme.c
index 82b94f3..a1d13de 100644
--- a/macosx/ttkMacOSXTheme.c
+++ b/macosx/ttkMacOSXTheme.c
@@ -276,7 +276,7 @@ static void GetBackgroundColor(
/*----------------------------------------------------------------------
* +++ Single Arrow Buttons --
*
- * Used in ListHeaders and Comboboxes.
+ * Used in ListHeaders and Comboboxes.
*/
static void DrawDownArrow(
@@ -326,7 +326,7 @@ static void DrawUpArrow(
/*----------------------------------------------------------------------
* +++ Double Arrow Buttons --
*
- * Used in MenuButtons and SpinButtons.
+ * Used in MenuButtons and SpinButtons.
*/
static void DrawUpDownArrows(
@@ -966,7 +966,7 @@ static void DrawDarkTab(
CGContextRestoreGState(context);
}
} else {
-
+
/*
* This is the selected tab; paint it blue. If it is first, cover up
* the separator line drawn by the second one. (The selected tab is
@@ -1144,7 +1144,7 @@ static Ttk_StateTable ButtonValueTable[] = {
{kThemeButtonOn, TTK_STATE_SELECTED, 0},
{kThemeButtonOff, 0, 0}
- /*
+ /*
* Others: kThemeDisclosureRight, kThemeDisclosureDown,
* kThemeDisclosureLeft
*/