diff libpurple/protocols/myspace/persist.h @ 24767:295464ae2d2a

No functionality change--just cleanup. * Remove stray whitespace * Make functions static that don't need to be public * Shuffling functions around so there is a general bottom-to-top logic flow * Remove foward declarations for functions that don't need them
author Mark Doliner <mark@kingant.net>
date Tue, 16 Dec 2008 03:35:22 +0000
parents c3dc9e0d2c08
children 5f93e67a8bd7
line wrap: on
line diff
--- a/libpurple/protocols/myspace/persist.h	Tue Dec 16 02:25:08 2008 +0000
+++ b/libpurple/protocols/myspace/persist.h	Tue Dec 16 03:35:22 2008 +0000
@@ -43,7 +43,7 @@
 /** Define a set of _DSN and _LID constants for a persistance request. */
 #define MSIM_PERSIST_DSN_LID(name,dsn,lid)             \
     static const int name##_DSN = dsn;                 \
-    static const int name##_LID = lid;                        
+    static const int name##_LID = lid;
 
 /* Can't do this, errors:
  *     persist.h:51:3: error: '#' is not followed by a macro parameter