Ensure single newline at EOF for core files (#11310)

This commit is contained in:
Ryan
2020-12-28 04:36:32 +11:00
committed by Drashna Jael're
parent 60fd4d61ef
commit 4dd03061b4
25 changed files with 33 additions and 45 deletions

View File

@@ -71,4 +71,4 @@ bool KeyboardReportMatcher::MatchAndExplain(report_keyboard_t& report, MatchResu
void KeyboardReportMatcher::DescribeTo(::std::ostream* os) const { *os << "is equal to " << m_report; }
void KeyboardReportMatcher::DescribeNegationTo(::std::ostream* os) const { *os << "is not equal to " << m_report; }
void KeyboardReportMatcher::DescribeNegationTo(::std::ostream* os) const { *os << "is not equal to " << m_report; }