mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -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 `->`. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAbort.cpp | ||
TestAssert.cpp | ||
TestCType.cpp | ||
TestEnvironment.cpp | ||
TestFenv.cpp | ||
TestIo.cpp | ||
TestLibCDirEnt.cpp | ||
TestLibCExec.cpp | ||
TestLibCGrp.cpp | ||
TestLibCInodeWatcher.cpp | ||
TestLibCMkTemp.cpp | ||
TestLibCNetdb.cpp | ||
TestLibCSetjmp.cpp | ||
TestLibCString.cpp | ||
TestLibCTime.cpp | ||
TestMalloc.cpp | ||
TestMath.cpp | ||
TestMemalign.cpp | ||
TestMemmem.cpp | ||
TestMkDir.cpp | ||
TestPthreadCancel.cpp | ||
TestPthreadCleanup.cpp | ||
TestPThreadPriority.cpp | ||
TestPthreadRWLocks.cpp | ||
TestPthreadSpinLocks.cpp | ||
TestPwd.cpp | ||
TestQsort.cpp | ||
TestRaise.cpp | ||
TestRealpath.cpp | ||
TestScanf.cpp | ||
TestSearch.cpp | ||
TestSnprintf.cpp | ||
TestStackSmash.cpp | ||
TestStdio.cpp | ||
TestStrlcpy.cpp | ||
TestStrtodAccuracy.cpp | ||
TestWchar.cpp | ||
TestWctype.cpp |