summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-03-25 08:16:51 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-03-25 08:16:51 +0100
commit0147bb4cc82e642cf75151f039f240eb20989fbc (patch)
tree1da79e38b3eb810f9f5ab9f6f4853defad55792d /src/lib
parentfda60d87eb9228d923fd33130671b2c5de881683 (diff)
Cleanups and version bumpmame0160
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/d88_dsk.c4
-rw-r--r--src/lib/formats/flex_dsk.c2
-rw-r--r--src/lib/formats/fmtowns_dsk.c4
-rw-r--r--src/lib/formats/nfd_dsk.c4
4 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/formats/d88_dsk.c b/src/lib/formats/d88_dsk.c
index abb2eac3079..23363acdcc1 100644
--- a/src/lib/formats/d88_dsk.c
+++ b/src/lib/formats/d88_dsk.c
@@ -27,8 +27,8 @@
*
*/
- #include <assert.h>
-
+ #include <assert.h>
+
#include "flopimg.h"
#include "imageutl.h"
diff --git a/src/lib/formats/flex_dsk.c b/src/lib/formats/flex_dsk.c
index 34aa965643d..f4934d8e436 100644
--- a/src/lib/formats/flex_dsk.c
+++ b/src/lib/formats/flex_dsk.c
@@ -4,7 +4,7 @@
* Created on: 24/06/2014
*/
- #include "emu.h" // logerror
+ #include "emu.h" // logerror
#include "flex_dsk.h"
flex_format::flex_format()
diff --git a/src/lib/formats/fmtowns_dsk.c b/src/lib/formats/fmtowns_dsk.c
index 83bfd2fbd51..6baede6fb07 100644
--- a/src/lib/formats/fmtowns_dsk.c
+++ b/src/lib/formats/fmtowns_dsk.c
@@ -6,8 +6,8 @@
* Created on: 23/03/2014
*/
- #include <assert.h>
-
+ #include <assert.h>
+
#include "formats/fmtowns_dsk.h"
fmtowns_format::fmtowns_format() : wd177x_format(formats)
diff --git a/src/lib/formats/nfd_dsk.c b/src/lib/formats/nfd_dsk.c
index 083d59417b2..7702d3814a5 100644
--- a/src/lib/formats/nfd_dsk.c
+++ b/src/lib/formats/nfd_dsk.c
@@ -77,8 +77,8 @@
*********************************************************************/
- #include <assert.h>
-
+ #include <assert.h>
+
#include "nfd_dsk.h"
nfd_format::nfd_format()