summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /m_config.h
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/m_config.h b/m_config.h
index e6b8bc9247..8a666ecec1 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;
@@ -174,7 +174,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.
*/
@@ -183,7 +183,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.
@@ -195,7 +195,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.
*/