[applied] ir: Fix Emacs C++ mode header

Message ID 87frw9x903.fsf@redhat.com
State New
Headers
Series [applied] ir: Fix Emacs C++ mode header |

Commit Message

Dodji Seketeli March 29, 2024, 5:06 p.m. UTC
  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(-)
  

Patch

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