mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
937d0be762
.. and make travis run it. I renamed check-license-headers.sh to check-style.sh and expanded it so that it now also checks for the presence of "#pragma once" in .h files. It also checks the presence of a (single) blank line above and below the "#pragma once" line. I also added "#pragma once" to all the files that need it: even the ones we are not check. I also added/removed blank lines in order to make the script not fail. I also ran clang-format on the files I modified. |
||
---|---|---|
.. | ||
arpa | ||
bits | ||
net | ||
netinet | ||
sys | ||
alloca.h | ||
assert.cpp | ||
assert.h | ||
byteswap.h | ||
CMakeLists.txt | ||
crt0.cpp | ||
crti.S | ||
crtn.S | ||
ctype.cpp | ||
ctype.h | ||
cxxabi.cpp | ||
dirent.cpp | ||
dirent.h | ||
dlfcn.cpp | ||
dlfcn.h | ||
endian.h | ||
errno.h | ||
errno_numbers.h | ||
fcntl.cpp | ||
fcntl.h | ||
fd_set.h | ||
float.h | ||
getopt.cpp | ||
getopt.h | ||
grp.cpp | ||
grp.h | ||
iconv.h | ||
inttypes.h | ||
ioctl.cpp | ||
libcinit.cpp | ||
libgen.cpp | ||
libgen.h | ||
limits.h | ||
locale.cpp | ||
locale.h | ||
malloc.cpp | ||
mallocdefs.h | ||
memory.h | ||
mman.cpp | ||
mman.h | ||
mntent.cpp | ||
mntent.h | ||
netdb.cpp | ||
netdb.h | ||
poll.cpp | ||
poll.h | ||
pwd.cpp | ||
pwd.h | ||
qsort.cpp | ||
scanf.cpp | ||
sched.cpp | ||
sched.h | ||
serenity.cpp | ||
serenity.h | ||
setjmp.h | ||
setjmp.S | ||
signal.cpp | ||
signal.h | ||
signal_numbers.h | ||
stat.cpp | ||
stdarg.h | ||
stdbool.h | ||
stddef.h | ||
stdint.h | ||
stdio.cpp | ||
stdio.h | ||
stdlib.cpp | ||
stdlib.h | ||
string.cpp | ||
string.h | ||
strings.cpp | ||
strings.h | ||
syslog.cpp | ||
syslog.h | ||
termcap.cpp | ||
termcap.h | ||
termios.cpp | ||
termios.h | ||
time.cpp | ||
time.h | ||
times.cpp | ||
ulimit.cpp | ||
ulimit.h | ||
unistd.cpp | ||
unistd.h | ||
utime.cpp | ||
utime.h | ||
utmp.h | ||
utsname.cpp | ||
wchar.cpp | ||
wchar.h |