mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-26 03:21:50 -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: <20220506134911.2856099-5-armbru@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4f31b54bfe
commit
ea9cea93c6
22 changed files with 24 additions and 26 deletions
|
@ -37,4 +37,4 @@ struct qemu_plugin_hwaddr {
|
|||
bool tlb_plugin_lookup(CPUState *cpu, target_ulong addr, int mmu_idx,
|
||||
bool is_store, struct qemu_plugin_hwaddr *data);
|
||||
|
||||
#endif /* _PLUGIN_MEMORY_H_ */
|
||||
#endif /* PLUGIN_MEMORY_H */
|
||||
|
|
|
@ -41,4 +41,4 @@ GSList *read_self_maps(void);
|
|||
*/
|
||||
void free_self_maps(GSList *info);
|
||||
|
||||
#endif /* _SELFMAP_H_ */
|
||||
#endif /* SELFMAP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue