mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +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> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef QEMU_UNICODE_H
|
||||
#define QEMU_UNICODE_H 1
|
||||
#define QEMU_UNICODE_H
|
||||
|
||||
int mod_utf8_codepoint(const char *s, size_t n, char **end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user