[libcxx-commits] [libcxx] 2374ae4 - [libc++][nfc] Fixes emacs magic marker.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 9 05:43:42 PDT 2023


Author: Mark de Wever
Date: 2023-09-09T14:43:12+02:00
New Revision: 2374ae4362848d92963fac042e8a3e94b9e57e0b

URL: https://github.com/llvm/llvm-project/commit/2374ae4362848d92963fac042e8a3e94b9e57e0b
DIFF: https://github.com/llvm/llvm-project/commit/2374ae4362848d92963fac042e8a3e94b9e57e0b.diff

LOG: [libc++][nfc] Fixes emacs magic marker.

Added: 
    

Modified: 
    libcxx/include/mdspan

Removed: 
    


################################################################################
diff  --git a/libcxx/include/mdspan b/libcxx/include/mdspan
index 9082eb8bdb5518e..e38816657751b47 100644
--- a/libcxx/include/mdspan
+++ b/libcxx/include/mdspan
@@ -1,4 +1,4 @@
-// -*-C++ - *-
+// -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.


        


More information about the libcxx-commits mailing list