🌈 style:

This commit is contained in:
lzy
2024-05-26 15:39:14 +08:00
parent 6f28a3384a
commit a57bbdb4c1
156 changed files with 765 additions and 770 deletions

View File

@@ -16,11 +16,11 @@
*
* @return int
*/
int main(int argc, char **argv)
int main(int argc, char** argv)
{
FILE *fp;
FILE* fp;
time_t stamp;
struct tm *tm;
struct tm* tm;
char buf[BUFSIZE];
int count = 0;