diff options
| author | Markus Armbruster <armbru@redhat.com> | 2019-03-15 15:51:23 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2019-05-13 08:58:55 +0200 |
| commit | 6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5 (patch) | |
| tree | 9fb725b3f50b293f2e2b3aa7c3916b89e36eaeeb /include/hw/misc/nrf51_rng.h | |
| parent | 177d9e0da094efb0fadb8daf54b340729b452c8f (diff) | |
| download | focaccia-qemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.tar.gz focaccia-qemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.zip | |
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>
Diffstat (limited to 'include/hw/misc/nrf51_rng.h')
| -rw-r--r-- | include/hw/misc/nrf51_rng.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/misc/nrf51_rng.h b/include/hw/misc/nrf51_rng.h index 3d6bf79997..b0133bf665 100644 --- a/include/hw/misc/nrf51_rng.h +++ b/include/hw/misc/nrf51_rng.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 */ |