diff libpurple/signals.h @ 25415:584063555949

Remove trailing whitespace
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 06:44:00 +0000
parents 61b6e842a5bd
children f2e4bc583e52
line wrap: on
line diff
--- a/libpurple/signals.h	Mon Jan 26 06:37:28 2009 +0000
+++ b/libpurple/signals.h	Mon Jan 26 06:44:00 2009 +0000
@@ -137,7 +137,7 @@
 /**
  * Connects a signal handler to a signal for a particular object.
  * (Its priority defaults to 0, aka #PURPLE_SIGNAL_PRIORITY_DEFAULT.)
- * 
+ *
  * Take care not to register a handler function twice. Purple will
  * not correct any mistakes for you in this area.
  *