# HG changeset patch # User Matti Hamalainen # Date 1149080285 0 # Node ID 0a60ef2b5ab0ec058e1301ea3cbc3dd5ca9a477d # Parent b571000e1f8c6d876e4ee8f67693edcb53140ffa Cleanups diff -r b571000e1f8c -r 0a60ef2b5ab0 src/xs_sidplay1.cc --- a/src/xs_sidplay1.cc Wed May 31 10:51:00 2006 +0000 +++ b/src/xs_sidplay1.cc Wed May 31 12:58:05 2006 +0000 @@ -35,8 +35,7 @@ #include -typedef struct -{ +typedef struct { emuEngine *currEng; emuConfig currConfig; sidTune *currTune; @@ -44,8 +43,7 @@ /* We need to 'export' all this pseudo-C++ crap */ -extern "C" -{ +extern "C" { /* Check if we can play the given file diff -r b571000e1f8c -r 0a60ef2b5ab0 src/xs_sidplay2.cc --- a/src/xs_sidplay2.cc Wed May 31 10:51:00 2006 +0000 +++ b/src/xs_sidplay2.cc Wed May 31 12:58:05 2006 +0000 @@ -40,8 +40,7 @@ #endif -typedef struct -{ +typedef struct { sidplay2 *currEng; sidbuilder *currBuilder; sid2_config_t currConfig; @@ -50,8 +49,7 @@ /* We need to 'export' all this pseudo-C++ crap */ -extern "C" -{ +extern "C" { /* Check if we can play the given file