diff m_config.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 4129c8cfa742
children c1a3f1bbba26
line wrap: on
line diff
--- a/m_config.h	Tue May 12 19:25:35 2009 +0000
+++ b/m_config.h	Wed May 13 02:58:57 2009 +0000
@@ -66,7 +66,7 @@
 typedef struct m_config {
   /// Registered options.
   /** This contains all options and suboptions.
-   */ 
+   */
   m_config_option_t* opts;
   /// Current stack level.
   int lvl;
@@ -174,7 +174,7 @@
 
 /// Set the description of a profile.
 /** Used by the config file parser when defining a profile.
- * 
+ *
  *  \param p The profile object.
  *  \param arg The profile's name.
  */
@@ -183,7 +183,7 @@
 
 /// Add an option to a profile.
 /** Used by the config file parser when defining a profile.
- * 
+ *
  *  \param config The config object.
  *  \param p The profile object.
  *  \param name The option's name.
@@ -195,7 +195,7 @@
 
 /// Enables profile usage
 /** Used by the config file parser when loading a profile.
- * 
+ *
  *  \param config The config object.
  *  \param p The profile object.
  */