[PATCH, applied] ir: Fix Emacs C++ mode header
Dodji Seketeli
dodji@redhat.com
Fri Mar 29 17:06:52 GMT 2024
Hello,
While looking at something else I noticed this typo in the emacs header
for c++ mode. Fixed thus.
* src/abg-ir.cc: Fix the Emacs C++ mode header.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the master branch.
---
src/abg-ir.cc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/abg-ir.cc b/src/abg-ir.cc
index 62d1952f..0c4e8aa6 100644
--- a/src/abg-ir.cc
+++ b/src/abg-ir.cc
@@ -1,6 +1,7 @@
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -*- mode:
// C++ -*-
-//
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+// -*- Mode: C++ -*-
+
// Copyright (C) 2013-2023 Red Hat, Inc.
//
//Author: Dodji Seketeli
--
2.39.3
--
Dodji
More information about the Libabigail
mailing list