summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:26:13 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:34:35 +0300
commit0eb321bf2c1cc0e048faff26a01f86cdd3ec254f (patch)
tree71cb9bd9ed121156d3382066c0722c73189afe04 /m_config.h
parent6d908205fbadbdf7ccdc6c5e0eb918f0b43f16e0 (diff)
downloadmpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.bz2
mpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.xz
Remove trailing whitespace from most files
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 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.
*/