ladybird/Applications
Emanuele Torre 937d0be762 Meta: Add a script check the presence of "#pragma once" in header files
.. 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.
2020-05-29 07:59:45 +02:00
..
About LibGUI, About: Implement system-wide W2k-esque About dialog 2020-05-27 11:44:19 +02:00
Browser Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Calculator Calculator: Set a fixed-width font on the text box 2020-05-18 16:48:54 +02:00
Calendar LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
Debugger LibLine: Use Core::EventLoop for outer read loop 2020-05-27 11:13:02 +02:00
DisplaySettings LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
FileManager Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
FontEditor Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Help LibWeb: Rename Web::HtmlView => Web::PageView 2020-05-28 18:22:54 +02:00
HexEditor AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
IRCClient LibWeb: Rename Web::HtmlView => Web::PageView 2020-05-28 18:22:54 +02:00
Piano Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
PixelPaint PixelPaint: Set active layer to nullptr after its removal (#2433) 2020-05-29 07:58:22 +02:00
QuickShow Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SoundPlayer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SystemMonitor Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Terminal Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
TextEditor LibWeb: Rename Web::HtmlView => Web::PageView 2020-05-28 18:22:54 +02:00
Welcome Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
CMakeLists.txt Applications: Sort CMakeLists.txt alphabetically :^) 2020-05-21 19:55:44 +02:00