[all-commits] [llvm/llvm-project] f9f30f: [LLDB] Fix whitespace/tabs mismatch in lldbsuite M...

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Thu Nov 14 00:56:20 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f9f30f2ecba520fa1ce33ae7c27c807a0e7199be
      https://github.com/llvm/llvm-project/commit/f9f30f2ecba520fa1ce33ae7c27c807a0e7199be
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules

  Log Message:
  -----------
  [LLDB] Fix whitespace/tabs mismatch in lldbsuite Makefile.rules

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

Legacy make files always used tabs though modern make version can
work with white-spaces I have chosen the legacy just to be safe.

Signed-off-by: Muhammad Omair Javaid <omair.javaid at linaro.org>

Differential Revision: https://reviews.llvm.org/D70154




More information about the All-commits mailing list