]> granicus.if.org Git - llvm/commitdiff
[NFC] UpdateTestChecks: asm.py: fix whitespace issue
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 23 May 2019 19:15:05 +0000 (19:15 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 23 May 2019 19:15:05 +0000 (19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361538 91177308-0d34-0410-b5e6-96231b3b80d8

utils/UpdateTestChecks/asm.py

index 459aa42381ab75691a3cfddfcb5a4d6f10f2364f..78da89d2730ca9fc18f20d63bcef098dd39f5e69 100644 (file)
@@ -29,7 +29,7 @@ ASM_FUNCTION_ARM_RE = re.compile(
 
 ASM_FUNCTION_AARCH64_RE = re.compile(
      r'^_?(?P<func>[^:]+):[ \t]*\/\/[ \t]*@(?P=func)\n'
-     r'(?:[ \t]+.cfi_startproc\n)?'  # drop optional cfi noise 
+     r'(?:[ \t]+.cfi_startproc\n)?'  # drop optional cfi noise
      r'(?P<body>.*?)\n'
      # This list is incomplete
      r'.Lfunc_end[0-9]+:\n',