mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Move declarations before statements
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -74,6 +74,8 @@ int main(int argc, char **argv) {
|
||||
char c;
|
||||
bool daemonize_check = false;
|
||||
size_t daemonize_retries = 3;
|
||||
char buf[1024];
|
||||
ssize_t got;
|
||||
|
||||
if (!log)
|
||||
return ret;
|
||||
@@ -167,9 +169,6 @@ int main(int argc, char **argv) {
|
||||
usleep(100*1000);
|
||||
}
|
||||
|
||||
char buf[1024];
|
||||
ssize_t got;
|
||||
|
||||
fprintf(stdout, "BEGIN STDOUT\n");
|
||||
fflush(stdout);
|
||||
fprintf(stderr, "BEGIN STDERR\n");
|
||||
|
||||
Reference in New Issue
Block a user