|
@@ -41,7 +41,7 @@ static const char *describe_trailing_whitespace(struct manifest *m,
|
|
|
|
|
|
|
|
struct ccanlint trailing_whitespace = {
|
|
struct ccanlint trailing_whitespace = {
|
|
|
.key = "trailing-whitespace",
|
|
.key = "trailing-whitespace",
|
|
|
- .name = "No lines with unnecessary trailing whitespace",
|
|
|
|
|
|
|
+ .name = "Module's source code has no trailing whitespace",
|
|
|
.total_score = 1,
|
|
.total_score = 1,
|
|
|
.check = check_trailing_whitespace,
|
|
.check = check_trailing_whitespace,
|
|
|
.describe = describe_trailing_whitespace,
|
|
.describe = describe_trailing_whitespace,
|