update: fix formatting
This commit is contained in:
parent
88b948e186
commit
c8bdc795a9
@ -4,9 +4,9 @@
|
||||
#include "error.h"
|
||||
#include "log.h"
|
||||
#include "paths.h"
|
||||
#include "run.h"
|
||||
#include "url.h"
|
||||
#include "util.h"
|
||||
#include "run.h"
|
||||
|
||||
#include <git2.h>
|
||||
#include <git2/global.h>
|
||||
|
10
src/run.c
10
src/run.c
@ -1,14 +1,14 @@
|
||||
#include <sys/wait.h>
|
||||
#include <spawn.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <spawn.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "error.h"
|
||||
#include "util.h"
|
||||
#include "run.h"
|
||||
#include "util.h"
|
||||
|
||||
extern char **environ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user