mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
Clean up ill-advised or unusual header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
965379b455
commit
2a6a4076e1
141 changed files with 385 additions and 378 deletions
|
@ -14,9 +14,9 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef _ROCKER_OF_DPA_H_
|
||||
#define _ROCKER_OF_DPA_H_
|
||||
#ifndef ROCKER_OF_DPA_H
|
||||
#define ROCKER_OF_DPA_H
|
||||
|
||||
World *of_dpa_world_alloc(Rocker *r);
|
||||
|
||||
#endif /* _ROCKER_OF_DPA_H_ */
|
||||
#endif /* ROCKER_OF_DPA_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue