/pidgin/main: 6e5188b4f928: Remove some sneaky trailing whitespace.
Elliott Sales de Andrade
qulogic at pidgin.im
Tue Jul 24 04:04:00 EDT 2012
Changeset: 6e5188b4f92813ad338df5c004214824f4dd998e
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2012-07-24 03:32 -0400
Branch: cpw.qulogic.gtk3-required
URL: http://hg.pidgin.im/pidgin/main/rev/6e5188b4f928
Description:
Remove some sneaky trailing whitespace.
diffstat:
pidgin/gtk3compat.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff --git a/pidgin/gtk3compat.h b/pidgin/gtk3compat.h
--- a/pidgin/gtk3compat.h
+++ b/pidgin/gtk3compat.h
@@ -21,7 +21,7 @@
#ifndef _PIDGINGTK3COMPAT_H_
#define _PIDGINGTK3COMPAT_H_
-/* This file is internal to Pidgin. Do not use!
+/* This file is internal to Pidgin. Do not use!
* Also, any public API should not depend on this file.
*/
@@ -45,14 +45,14 @@
gint w;
gdk_drawable_get_size(GDK_DRAWABLE(x), &w, NULL);
return w;
-}
+}
static inline gint gdk_window_get_height(GdkWindow *x)
{
gint h;
gdk_drawable_get_size(GDK_DRAWABLE(x), NULL, &h);
return h;
-}
+}
#if !GTK_CHECK_VERSION(2,22,0)
@@ -119,7 +119,7 @@
*(y) = (x)->xalign; \
*(z) = (x)->yalign; \
} while (0)
-
+
#if !GTK_CHECK_VERSION(2,16,0)
#define gtk_status_icon_set_tooltip_text gtk_status_icon_set_tooltip
More information about the Commits
mailing list