This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Fix whitespace/tabs mismatch in lldbsuite Makefile.rules
ClosedPublic

Authored by omjavaid on Nov 12 2019, 5:50 PM.

Details

Summary

This patch fixes whitespace/tabs mismatch in lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Diff Detail

Event Timeline

omjavaid created this revision.Nov 12 2019, 5:50 PM
labath accepted this revision.Nov 13 2019, 6:45 AM

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.

This revision is now accepted and ready to land.Nov 13 2019, 6:45 AM

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.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 14 2019, 1:00 AM