From c4259b6c4fc49c56964e3c023ea04753368b778c Mon Sep 17 00:00:00 2001 From: joncruz Date: Thu, 4 Dec 2008 08:18:51 +0000 Subject: [PATCH] Ifdef cleanup --- src/widgets/sp-color-preview.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/widgets/sp-color-preview.h b/src/widgets/sp-color-preview.h index d9ba154e1..84f5456bb 100644 --- a/src/widgets/sp-color-preview.h +++ b/src/widgets/sp-color-preview.h @@ -1,5 +1,5 @@ -#ifndef __SP_COLOR_PREVIEW_H__ -#define __SP_COLOR_PREVIEW_H__ +#ifndef SEEN_COLOR_PREVIEW_H +#define SEEN_COLOR_PREVIEW_H /* * A simple color preview widget @@ -42,6 +42,4 @@ GtkWidget *sp_color_preview_new (guint32 rgba); void sp_color_preview_set_rgba32 (SPColorPreview *cp, guint32 color); - - -#endif +#endif // SEEN_COLOR_PREVIEW_H -- 2.30.2