From 01f66785cb1eacdea1b9289a40d3e4a60cce0282 Mon Sep 17 00:00:00 2001 From: Federico Mena Date: Fri, 23 Jan 1998 06:05:39 +0000 Subject: [PATCH] Picky, picky... fix two lines with wrong indentation :-) Thu Jan 22 18:58:44 1998 Federico Mena * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix two lines with wrong indentation :-) --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gdk/gdktypes.h | 4 ++-- 8 files changed, 37 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c858fabd04..4f64f6fe5c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Thu Jan 22 18:58:44 1998 Federico Mena + + * gdk/gdktypes.h (struct _GdkColorContext): Picky, picky... fix + two lines with wrong indentation :-) + Thu Jan 22 02:32:06 1998 Scott Goehring * gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL). diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index d69e055572..9d727aa10b 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -806,8 +806,8 @@ struct _GdkColorContext gulong blue; } masks; - - struct { + struct + { gint red; gint green; gint blue;