Skip to content

Commit 4cf5f50

Browse files
committed
code style fixes
1 parent df6daa7 commit 4cf5f50

File tree

8 files changed

+186
-176
lines changed

8 files changed

+186
-176
lines changed

src/devices/bus/technics/hdae5000.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
//
44
// HD-AE5000 emulation
55
//
6-
#ifndef MAME_BUS_HD_AE5000_H
7-
#define MAME_BUS_HD_AE5000_H
6+
#ifndef MAME_BUS_TECHNICS_HDAE5000_H
7+
#define MAME_BUS_TECHNICS_HDAE5000_H
8+
9+
#pragma once
810

911
#include "kn5000_extension.h"
1012
#include "bus/ata/hdd.h"
@@ -33,4 +35,4 @@ class hdae5000_device : public device_t, public kn5000_extension_interface
3335

3436
DECLARE_DEVICE_TYPE(HDAE5000, hdae5000_device)
3537

36-
#endif
38+
#endif // MAME_BUS_TECHNICS_HDAE5000_H

src/devices/bus/technics/kn5000_extension.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// license:BSD-3-Clause
22
// copyright-holders:Olivier Galibert, Felipe Sanches
3-
3+
//
44
// Generic Technics KN5000 extension slot
55

66
#ifndef MAME_BUS_TECHNICS_KN5000_EXTENSION_H

0 commit comments

Comments
 (0)