diff options
author | Markus Armbruster | 2022-05-06 15:49:11 +0200 |
---|---|---|
committer | Markus Armbruster | 2022-05-11 16:50:32 +0200 |
commit | ea9cea93c69d508a333dd1b0cb1a44f6daf80b63 (patch) | |
tree | 7817a5b07af3cb84bfa28839519a77f38ecd55d2 /include/block | |
parent | Normalize header guard symbol definition (diff) | |
download | qemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.tar.gz qemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.tar.xz qemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.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: <20220506134911.2856099-5-armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/block')
-rw-r--r-- | include/block/block_int-global-state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/block/block_int-global-state.h b/include/block/block_int-global-state.h index 8b2e95f5ff..b49f4eb35b 100644 --- a/include/block/block_int-global-state.h +++ b/include/block/block_int-global-state.h @@ -21,6 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ + #ifndef BLOCK_INT_GLOBAL_STATE_H #define BLOCK_INT_GLOBAL_STATE_H @@ -326,4 +327,4 @@ static inline void assert_bdrv_graph_writable(BlockDriverState *bs) assert(qemu_in_main_thread()); } -#endif /* BLOCK_INT_GLOBAL_STATE */ +#endif /* BLOCK_INT_GLOBAL_STATE_H */ |