Change the indentation for LLVM Assembly files from 1 tab to 2 spaces.
authorDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 01:41:52 +0000 (01:41 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 01:41:52 +0000 (01:41 +0000)
commit01889caf73a2faa3b77142851faa09abad5c73b0
tree96656893b1e7fc0ff558bfa3c2faf267eff649e9
parentcf20ac4fd12ea3510a8f32a24fff69eebe7b6f4a
Change the indentation for LLVM Assembly files from 1 tab to 2 spaces.
This is vaguely consistent with LLVM's own source code, but more
importantly it lets more lines stay within 80 columns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78879 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp