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:
parent
eb5be61d20
commit
92b029b07f
31 changed files with 62 additions and 62 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue