================ @@ -0,0 +1,121 @@ +//===-- ScriptInterpreterJavaScript.h ---------------------------*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#ifndef liblldb_ScriptInterpreterJavaScript_h_ +#define liblldb_ScriptInterpreterJavaScript_h_ ---------------- JDevlieghere wrote:
We should match the header guard style of the rest of LLDB. I think there's a clang-tidy check that does that automatically. https://github.com/llvm/llvm-project/pull/165805 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
