mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Style consistency.
Approved style is not to write a single-operation for loop in a single line.
This commit is contained in:
committed by
Carlos R. Mafra
parent
391a8edb9c
commit
0601e0f002
@@ -435,7 +435,8 @@ Bool RelaunchWindow(WWindow *wwin)
|
||||
}
|
||||
|
||||
int i;
|
||||
for (i = 0; i < argc; i++) a[i] = argv[i];
|
||||
for (i = 0; i < argc; i++)
|
||||
a[i] = argv[i];
|
||||
a[i] = NULL;
|
||||
|
||||
execvp(a[0], a);
|
||||
|
||||
Reference in New Issue
Block a user