diff libpurple/protocols/jabber/usermood.h @ 17845:2e0799b916b9

Fixed whitespace to match the coding convention used in libpurple
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 12 Jun 2007 01:25:46 +0000
parents 8338e171a43b
children 267f614152c4
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.h	Tue Jun 12 00:37:50 2007 +0000
+++ b/libpurple/protocols/jabber/usermood.h	Tue Jun 12 01:25:46 2007 +0000
@@ -10,12 +10,12 @@
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA	 02111-1307	 USA
  *
  */
 
@@ -27,68 +27,68 @@
 /* Implementation of XEP-0107 */
 
 typedef enum _JabberMood { /* wtf */
-    UNKNOWN = 0,
-    AFRAID,
-    AMAZED,
-    ANGRY,
-    ANNOYED,
-    ANXIOUS,
-    AROUSED,
-    ASHAMED,
-    BORED,
-    BRAVE,
-    CALM,
-    COLD,
-    CONFUSED,
-    CONTENTED,
-    CRANKY,
-    CURIOUS,
-    DEPRESSED,
-    DISAPPOINTED,
-    DISGUSTED,
-    DISTRACTED,
-    EMBARRASSED,
-    EXCITED,
-    FLIRTATIOUS,
-    FRUSTRATED,
-    GRUMPY,
-    GUILTY,
-    HAPPY,
-    HOT,
-    HUMBLED,
-    HUMILIATED,
-    HUNGRY,
-    HURT,
-    IMPRESSED,
-    IN_AWE,
-    IN_LOVE,
-    INDIGNANT,
-    INTERESTED,
-    INTOXICATED,
-    INVINCIBLE,
-    JEALOUS,
-    LONELY,
-    MEAN,
-    MOODY,
-    NERVOUS,
-    NEUTRAL,
-    OFFENDED,
-    PLAYFUL,
-    PROUD,
-    RELIEVED,
-    REMORSEFUL,
-    RESTLESS,
-    SAD,
-    SARCASTIC,
-    SERIOUS,
-    SHOCKED,
-    SHY,
-    SICK,
-    SLEEPY,
-    STRESSED,
-    SURPRISED,
-    THIRSTY,
-    WORRIED
+	UNKNOWN = 0,
+	AFRAID,
+	AMAZED,
+	ANGRY,
+	ANNOYED,
+	ANXIOUS,
+	AROUSED,
+	ASHAMED,
+	BORED,
+	BRAVE,
+	CALM,
+	COLD,
+	CONFUSED,
+	CONTENTED,
+	CRANKY,
+	CURIOUS,
+	DEPRESSED,
+	DISAPPOINTED,
+	DISGUSTED,
+	DISTRACTED,
+	EMBARRASSED,
+	EXCITED,
+	FLIRTATIOUS,
+	FRUSTRATED,
+	GRUMPY,
+	GUILTY,
+	HAPPY,
+	HOT,
+	HUMBLED,
+	HUMILIATED,
+	HUNGRY,
+	HURT,
+	IMPRESSED,
+	IN_AWE,
+	IN_LOVE,
+	INDIGNANT,
+	INTERESTED,
+	INTOXICATED,
+	INVINCIBLE,
+	JEALOUS,
+	LONELY,
+	MEAN,
+	MOODY,
+	NERVOUS,
+	NEUTRAL,
+	OFFENDED,
+	PLAYFUL,
+	PROUD,
+	RELIEVED,
+	REMORSEFUL,
+	RESTLESS,
+	SAD,
+	SARCASTIC,
+	SERIOUS,
+	SHOCKED,
+	SHY,
+	SICK,
+	SLEEPY,
+	STRESSED,
+	SURPRISED,
+	THIRSTY,
+	WORRIED
 } JabberMood;
 
 void jabber_mood_init(void);