Trivial whitespace fix

This commit is contained in:
Matthias Clasen 2013-03-18 08:29:50 -04:00
parent 63f0f03a73
commit e29c25cd1b

View File

@ -5106,7 +5106,7 @@ create_decoration (GtkWidget *widget)
#endif
if (!priv->client_decorated &&
g_strcmp0 (g_getenv ("GTK_CSD"),"1") == 0)
g_strcmp0 (g_getenv ("GTK_CSD"), "1") == 0)
{
GdkVisual *visual;