[llvm] 3232725 - Fix whitespace introduced by 891aaff9a8a9997582eac1bb1edb8d4b4e117ef1

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 11:25:27 PDT 2022


Author: David Sherwood
Date: 2022-10-27T18:24:51Z
New Revision: 3232725852cbd4a70e9d56eef58e46d9cdcab267

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

LOG: Fix whitespace introduced by 891aaff9a8a9997582eac1bb1edb8d4b4e117ef1

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp b/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
index bf838f2d2128e..bdb94af9fff01 100644
--- a/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
+++ b/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
@@ -1,4 +1,3 @@
-
 //==- AArch64AsmParser.cpp - Parse AArch64 assembly to MCInst instructions -==//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.


        


More information about the llvm-commits mailing list