mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Clean up decorations and whitespace around header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-9-armbru@redhat.com>
This commit is contained in:
parent
177d9e0da0
commit
6834c3f410
13 changed files with 12 additions and 13 deletions
|
@ -30,4 +30,4 @@ typedef struct IMX2WdtState {
|
|||
MemoryRegion mmio;
|
||||
} IMX2WdtState;
|
||||
|
||||
#endif /* IMX7_SNVS_H */
|
||||
#endif /* IMX2_WDT_H */
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
* the COPYING file in the top-level directory.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef NRF51_RNG_H
|
||||
#define NRF51_RNG_H
|
||||
|
||||
|
@ -80,4 +81,4 @@ typedef struct {
|
|||
} NRF51RNGState;
|
||||
|
||||
|
||||
#endif /* NRF51_RNG_H_ */
|
||||
#endif /* NRF51_RNG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue