diff include/mb_ani_menu.h @ 822:586e50f82c1f

Unify coding style tag for emacs and vim.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Tue, 14 Sep 2010 01:08:39 +0800
parents 26c302b47de1
children 1993e5ae60aa
line wrap: on
line diff
--- a/include/mb_ani_menu.h	Tue Sep 14 00:25:44 2010 +0800
+++ b/include/mb_ani_menu.h	Tue Sep 14 01:08:39 2010 +0800
@@ -1,3 +1,5 @@
+// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*-
+// vim: sw=4:ts=8:sts=4
 #ifndef __ANIMATED_MENU_H
 #define __ANIMATED_MENU_H
 typedef struct _mb_animated_menu {
@@ -19,9 +21,9 @@
 	X_kb_event_t pending_keys[16];
     int pending_pos, pending_last;
 } mb_animated_menu_t;
-/** \brief Create an instace of animated menu. 
+/** \brief Create an instace of animated menu.
  *
- *   The objectnames is used to extract symbols from the SVG file. 
+ *   The objectnames is used to extract symbols from the SVG file.
  *         ${objectnames}0 - ${objectnames}8 is the text object.
  *         ${objectnames}_lightbar is the lightbar.
  *