Skip to content

Commit 1d910e1

Browse files
dmpotsJDevlieghere
andauthored
Apply suggestions from code review
Improve comments and update file header to match coding standards. Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 006a07d commit 1d910e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lldb/unittests/Expression/ValueMatcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- ValueMatcher.cpp --------------------------------------------------===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -97,7 +97,7 @@ bool ValueMatcher::MatchAndExplainImpl(const Value &val,
9797
}
9898
}
9999
} else {
100-
// For Scalar, FileAddress, and LoadAddress - compare m_value
100+
// For Scalar, FileAddress, and LoadAddress compare m_value.
101101
const Scalar &actual_scalar = val.GetScalar();
102102
if (actual_scalar != m_expected_scalar) {
103103
os << "scalar value mismatch: expected " << m_expected_scalar << ", got "

lldb/unittests/Expression/ValueMatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- ValueMatcher.h ----------------------------------------------------===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)