// test_cpplint.c #include int main() { printf("Hello, World!\n"); // 缩进使用空格而不是制表符,但可能有多个空格 return 0; }