Skip to content

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Dec 26, 2023
1 parent df6daa7 commit 4cf5f50
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 176 deletions.
8 changes: 5 additions & 3 deletions src/devices/bus/technics/hdae5000.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
//
// HD-AE5000 emulation
//
#ifndef MAME_BUS_HD_AE5000_H
#define MAME_BUS_HD_AE5000_H
#ifndef MAME_BUS_TECHNICS_HDAE5000_H
#define MAME_BUS_TECHNICS_HDAE5000_H

#pragma once

#include "kn5000_extension.h"
#include "bus/ata/hdd.h"
Expand Down Expand Up @@ -33,4 +35,4 @@ class hdae5000_device : public device_t, public kn5000_extension_interface

DECLARE_DEVICE_TYPE(HDAE5000, hdae5000_device)

#endif
#endif // MAME_BUS_TECHNICS_HDAE5000_H
2 changes: 1 addition & 1 deletion src/devices/bus/technics/kn5000_extension.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, Felipe Sanches

//
// Generic Technics KN5000 extension slot

#ifndef MAME_BUS_TECHNICS_KN5000_EXTENSION_H
Expand Down
Loading

0 comments on commit 4cf5f50

Please sign in to comment.