[all-commits] [llvm/llvm-project] 5aea6b: [lldb] Fix trailing whitespace & formatting in Cor...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 16 21:32:45 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5aea6ba8f5f06e06887fe5c5c8740895907f6540
https://github.com/llvm/llvm-project/commit/5aea6ba8f5f06e06887fe5c5c8740895907f6540
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M lldb/source/Core/Module.cpp
Log Message:
-----------
[lldb] Fix trailing whitespace & formatting in Core/Module.cpp (NFC)
I have my editor configured to remove trailing whitespace and every time
I touch this file I end up with a bunch of clang-format changes to lines
that were modified because of it. Nobody likes trailing whitespace so
this cleans up the file.
More information about the All-commits
mailing list