diff options
Diffstat (limited to 'lld/unittests/DriverTests')
-rw-r--r-- | lld/unittests/DriverTests/InputGraphTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/InputGraphTest.cpp b/lld/unittests/DriverTests/InputGraphTest.cpp index 9ab77c6a75c..a5cfef1d80a 100644 --- a/lld/unittests/DriverTests/InputGraphTest.cpp +++ b/lld/unittests/DriverTests/InputGraphTest.cpp @@ -40,7 +40,7 @@ class MyExpandFileNode : public SimpleFileNode { public: MyExpandFileNode(StringRef path) : SimpleFileNode(path) {} - /// \brief How do we want to expand the current node ? + /// \brief How do we want to expand the current node? bool shouldExpand() const override { return true; } /// \brief Get the elements that we want to expand with. |