summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/hxcmfm_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/hxcmfm_dsk.h')
-rw-r--r--src/lib/formats/hxcmfm_dsk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/hxcmfm_dsk.h b/src/lib/formats/hxcmfm_dsk.h
index dd3247e49d0..e29c10aca75 100644
--- a/src/lib/formats/hxcmfm_dsk.h
+++ b/src/lib/formats/hxcmfm_dsk.h
@@ -11,11 +11,11 @@
#include "flopimg.h"
-class mfm_format : public floppy_image_format_t
+class mfm_format : public floppy_image_format_t
{
public:
mfm_format(const char *name,const char *extensions,const char *description,const char *param_guidelines);
-
+
virtual int identify(floppy_image *image);
virtual bool load(floppy_image *image);
};