1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Remove tabs from header include guards.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-04-21 22:46:44 +02:00
parent eb5be61d20
commit 92b029b07f
31 changed files with 62 additions and 62 deletions

View file

@ -24,8 +24,8 @@
// TODO: Make this header comply with POSIX-1.2008
#ifndef _STAT_H
#define _STAT_H 1
#ifndef INCLUDE_SYS_TYPES_H
#define INCLUDE_SYS_TYPES_H
#include <features.h>