[Lldb-commits] [PATCH] D70154: [LLDB] Fix whitespace/tabs mismatch in lldbsuite Makefile.rules
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 14 00:50:58 PST 2019
omjavaid added a comment.
In D70154#1743904 <https://reviews.llvm.org/D70154#1743904>, @labath wrote:
> It looks like you're replacing everything with tabs. I suppose that's fine, as that is the prevalent local convention, but it might be better to go for spaces, as we don't use tabs anywhere else.
Legacy make files always used tabs though modern make version can work with white-spaces I have chosen the legacy just to be safe.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70154/new/
https://reviews.llvm.org/D70154
More information about the lldb-commits
mailing list