Skip to content

Commit a3ae349

Browse files
committed
Fix formatting and fix one more typo
1 parent 71e1992 commit a3ae349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/autosar/test/rules/A12-8-1/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class C4 {
4444
C4() : m1(0) {}
4545
C4(C4 const &p1) : m1(p1.m1) {
4646
std::cout << "Copying class C4"
47-
<< std::endl; // NON_COMPLIANT - performance overhead affecting the
48-
// copying of th object?
47+
<< std::endl; // NON_COMPLIANT - performance overhead affecting
48+
// the copying of the object?
4949
}
5050

5151
private:

0 commit comments

Comments
 (0)