apply the modified style

This commit is contained in:
Evan Hunt
2020-02-13 14:44:37 -08:00
parent 0255a97473
commit e851ed0bb5
669 changed files with 35995 additions and 42219 deletions

View File

@@ -25,12 +25,11 @@
#define PATH "/tmp/fsaccess"
int
main(void)
{
main(void) {
isc_fsaccess_t access;
isc_result_t result;
FILE * fp;
int n;
isc_result_t result;
FILE *fp;
int n;
n = remove(PATH);
if (n != 0 && errno != ENOENT) {