changeset 396:0a60ef2b5ab0

Cleanups
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 12:58:05 +0000
parents b571000e1f8c
children c4e5604a8257
files src/xs_sidplay1.cc src/xs_sidplay2.cc
diffstat 2 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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 <sidplay/fformat.h>
 
 
-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
--- 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