From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- m_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'm_config.h') diff --git a/m_config.h b/m_config.h index 60064e8771..0c84b87569 100644 --- a/m_config.h +++ b/m_config.h @@ -66,7 +66,7 @@ struct m_profile { typedef struct m_config { /// Registered options. /** This contains all options and suboptions. - */ + */ m_config_option_t* opts; /// Current stack level. int lvl; @@ -175,7 +175,7 @@ m_config_add_profile(m_config_t* config, char* name); /// 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. */ @@ -184,7 +184,7 @@ m_profile_set_desc(m_profile_t* p, char* desc); /// 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. @@ -196,7 +196,7 @@ m_config_set_profile_option(m_config_t* config, m_profile_t* p, /// Enables profile usage /** Used by the config file parser when loading a profile. - * + * * \param config The config object. * \param p The profile object. */ -- cgit v1.2.3