Andreas Krennmair:
[apps/madmutt.git] / mapping.h
index b944e2a..4424a93 100644 (file)
--- a/mapping.h
+++ b/mapping.h
  *     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, USA.
- */ 
+ */
 
 #ifndef MAPPING_H
 #define MAPPING_H
 
-struct mapping_t
-{
+struct mapping_t {
   char *name;
   int value;
 };