This patch fixes whitespace/tabs mismatch in lldb/packages/Python/lldbsuite/test/make/Makefile.rules
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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.
Comment Actions
Legacy make files always used tabs though modern make version can work with white-spaces I have chosen the legacy just to be safe.