[llvm] fcc10e5 - Remove unnecessary BOM from file; NFC

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 11:52:57 PDT 2025


Author: Aaron Ballman
Date: 2025-06-16T14:52:48-04:00
New Revision: fcc10e55cabb90f3097a8da4c114e827a1d746eb

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

LOG: Remove unnecessary BOM from file; NFC

Fixes #144373

Added: 
    

Modified: 
    llvm/include/llvm/ADT/GenericUniformityImpl.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ADT/GenericUniformityImpl.h b/llvm/include/llvm/ADT/GenericUniformityImpl.h
index 715df7ab9a7aa..c2460c497b40b 100644
--- a/llvm/include/llvm/ADT/GenericUniformityImpl.h
+++ b/llvm/include/llvm/ADT/GenericUniformityImpl.h
@@ -1,4 +1,4 @@
-//===- GenericUniformityImpl.h -----------------------*- C++ -*------------===//
+//===- GenericUniformityImpl.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.


        


More information about the llvm-commits mailing list