mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
ec492a1a08
The following command was used to clang-format these files: clang-format-18 -i $(find . \ -not \( -path "./\.*" -prune \) \ -not \( -path "./Base/*" -prune \) \ -not \( -path "./Build/*" -prune \) \ -not \( -path "./Toolchain/*" -prune \) \ -not \( -path "./Ports/*" -prune \) \ -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h") There are a couple of weird cases where clang-format now thinks that a pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a lambda return statement, and it puts spaces around the `->`. |
||
---|---|---|
.. | ||
FileSystem | ||
POSIX | ||
archctl_numbers.h | ||
BeepInstruction.h | ||
DeviceEvent.h | ||
DeviceFileTypes.h | ||
InodeWatcherEvent.h | ||
InodeWatcherFlags.h | ||
Ioctl.h | ||
Jail.h | ||
kcov.h | ||
KeyCode.h | ||
MemoryLayout.h | ||
MousePacket.h | ||
prctl_numbers.h | ||
serenity_limits.h | ||
Syscall.h | ||
SyscallString.h | ||
TimePage.h | ||
ttydefaults.h | ||
ttydefaultschars.h | ||
Unveil.h | ||
VirGL.h | ||
VirtualMemoryAnnotations.h |