From af4a39f8005e7d5fdf43fb2bc52a9bdfe6eec1d6 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 9 Aug 2022 16:35:10 -0700 Subject: [PATCH] Fix modeline --- llvm/include/llvm/BinaryFormat/MachO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/BinaryFormat/MachO.h b/llvm/include/llvm/BinaryFormat/MachO.h index c05e793..3895965 100644 --- a/llvm/include/llvm/BinaryFormat/MachO.h +++ b/llvm/include/llvm/BinaryFormat/MachO.h @@ -1,4 +1,4 @@ -//===-- llvm/BinaryFormat/MachO.h - The MachO file format -------*- C++/-*-===// +//===-- llvm/BinaryFormat/MachO.h - The MachO file format -------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4