# HG changeset patch # User Matti Hamalainen # Date 1211326002 -10800 # Node ID 7bc76d9fa6cd87bb46b36fe396ddb57801fee3ff # Parent 4bf845090a254117a57ff4aef5b98b43abd3f661 More indentation cleanups. diff -r 4bf845090a25 -r 7bc76d9fa6cd src/xs_config.h --- a/src/xs_config.h Wed May 21 02:24:53 2008 +0300 +++ b/src/xs_config.h Wed May 21 02:26:42 2008 +0300 @@ -81,54 +81,54 @@ gint audioFrequency; gboolean oversampleEnable; - gint oversampleFactor; /* Factor of oversampling */ + gint oversampleFactor; /* Factor of oversampling */ /* Emulation settings */ - gboolean mos8580; /* TRUE = 8580, FALSE = 6581 */ + gboolean mos8580; /* TRUE = 8580, FALSE = 6581 */ gboolean forceModel; - gint memoryMode; /* See XS_MPU-constants */ - gint clockSpeed; /* PAL (50Hz) or NTSC (60Hz) */ - gboolean forceSpeed; /* TRUE = force to given clockspeed */ + gint memoryMode; /* See XS_MPU-constants */ + gint clockSpeed; /* PAL (50Hz) or NTSC (60Hz) */ + gboolean forceSpeed; /* TRUE = force to given clockspeed */ - gint playerEngine; /* Selected player engine */ + gint playerEngine; /* Selected player engine */ gboolean emulateFilters; - gfloat sid1FilterFs; - gfloat sid1FilterFm; - gfloat sid1FilterFt; + gfloat sid1FilterFs; + gfloat sid1FilterFm; + gfloat sid1FilterFt; - gint sid2OptLevel; /* SIDPlay2 emulation optimization */ + gint sid2OptLevel; /* SIDPlay2 emulation optimization */ gint sid2Builder; /* SIDPlay2 "builder" aka SID-emu */ - t_xs_sid2_filter sid2Filter; /* Current SIDPlay2 filter */ + t_xs_sid2_filter sid2Filter; /* Current SIDPlay2 filter */ t_xs_sid2_filter **sid2FilterPresets; gint sid2NFilterPresets; /* Playing settings */ gboolean playMaxTimeEnable, - playMaxTimeUnknown; /* Use max-time only when song-length is unknown */ + playMaxTimeUnknown; /* Use max-time only when song-length is unknown */ gint playMaxTime; /* MAX playtime in seconds */ gboolean playMinTimeEnable; gint playMinTime; /* MIN playtime in seconds */ gboolean songlenDBEnable; - gchar *songlenDBPath; /* Path to Songlengths.txt */ + gchar *songlenDBPath; /* Path to Songlengths.txt */ /* Miscellaneous settings */ gboolean stilDBEnable; - gchar *stilDBPath; /* Path to STIL.txt */ - gchar *hvscPath; /* Path-prefix for HVSC */ + gchar *stilDBPath; /* Path to STIL.txt */ + gchar *hvscPath; /* Path-prefix for HVSC */ gint subsongControl; gboolean detectMagic; - gboolean titleOverride; /* TRUE if XMMS titles are overriden */ - gchar *titleFormat; + gboolean titleOverride; /* TRUE if XMMS titles are overriden */ + gchar *titleFormat; gboolean subAutoEnable, - subAutoMinOnly; + subAutoMinOnly; gint subAutoMinTime; } xs_cfg; @@ -155,16 +155,16 @@ typedef struct { - gint itemType; /* Type of item (CTYPE_*) */ - void *itemData; /* Pointer to variable */ - gchar *itemName; /* Name of configuration item */ + gint itemType; /* Type of item (CTYPE_*) */ + void *itemData; /* Pointer to variable */ + gchar *itemName; /* Name of configuration item */ } t_xs_cfg_item; typedef struct { gint widType; gint itemType; - gchar *widName; + gchar *widName; void *itemData; gint itemSet; } t_xs_wid_item;