Reformat code.

This commit is contained in:
2019-01-27 20:33:59 +00:00
parent 43d34c6770
commit 40a0a729f1
19 changed files with 5201 additions and 5370 deletions

View File

@@ -29,12 +29,12 @@ Contains 32-bit and 64-bit Windows code
Copyright (C) 2011-2018 Natalia Portillo
*****************************************************************************/
#if defined (unix) || defined (UNIX) || defined (__unix) || defined (__unix__) || defined (__UNIX__)
#include <stdio.h>
#if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__)
#include "defs.h"
#include <stdio.h>
void GetOsInfo()
{
// TODO: Implement
@@ -50,10 +50,7 @@ void FileAttributes(const char *path)
// TODO: Implement
}
void FilePermissions(const char *path)
{
/* Do nothing, not supported by target operating system */
}
void FilePermissions(const char *path) { /* Do nothing, not supported by target operating system */ }
void ExtendedAttributes(const char *path)
{