srctree

Robin Linden parent 63f7b8e6 690f83e9
wasm: Update header guard to follow convention

I don't see a way of having clang-tidy's identifier naming check dealwith this for us. :(

inlinesplit
wasm/serialize.h added: 3, removed: 3, total 0
@@ -2,8 +2,8 @@
//
// SPDX-License-Identifier: BSD-2-Clause
 
#ifndef WASM_SERIALIZE_H
#define WASM_SERIALIZE_H
#ifndef WASM_SERIALIZE_H_
#define WASM_SERIALIZE_H_
 
#include "wasm/instructions.h"
#include "wasm/types.h"