mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 04:09:10 +03:00
fixed whitespace for *.c and *.h files
This commit is contained in:
parent
1218abfa18
commit
8b96614454
@ -1,3 +1,3 @@
|
||||
int chmod(char** str, int perm) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -77,4 +77,4 @@ void win32_sleep(int ms) {
|
||||
int win32_modenv(const char* name, const char* value, int overwrite) {
|
||||
if (!overwrite && getenv(name)) return 0;
|
||||
return _putenv_s(name, value);
|
||||
}
|
||||
}
|
||||
|
@ -20,4 +20,3 @@ int applyIntFnPure(int x, int y, IntFn f) {
|
||||
char applyCharFn(char c, int x, CharFn f) {
|
||||
return f(c, x);
|
||||
}
|
||||
|
||||
|
@ -29,4 +29,3 @@ namedpoint* mkNamedPoint(char* str, point* p) {
|
||||
void freeNamedPoint(namedpoint* np) {
|
||||
free(np);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user