fix indentation
authorEli Bendersky <eliben@google.com>
Mon, 17 Dec 2012 22:50:56 +0000 (22:50 +0000)
committerEli Bendersky <eliben@google.com>
Mon, 17 Dec 2012 22:50:56 +0000 (22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCParser/AsmParser.cpp

index f7798c511f9eb57e0f244758bb6a49188aea6182..0f6dc37c3e05d7d7e8ecd367f7d25aceb43cb9b5 100644 (file)
@@ -292,7 +292,7 @@ private:
 
   // Directive Parsing.
 
- // ".ascii", ".asciiz", ".string"
 // ".ascii", ".asciiz", ".string"
   bool ParseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
   bool ParseDirectiveValue(unsigned Size); // ".byte", ".long", ...
   bool ParseDirectiveRealValue(const fltSemantics &); // ".single", ...