mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00: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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user