🌈 style:
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
int main(int argc, char **argv)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
DIR *dp;
|
||||
struct dirent *cur;
|
||||
DIR* dp;
|
||||
struct dirent* cur;
|
||||
|
||||
dp = opendir(PAT);
|
||||
if (NULL == dp)
|
||||
|
||||
Reference in New Issue
Block a user