- Switched from Allman (BSD) to 1TBS (K&R)
Namespaces, Types, and Requires/Concepts still use Allman
This commit is contained in:
@@ -81,7 +81,7 @@ fennec Standards:
|
||||
possible, prevent data loss, and get some debug information for it. fennec defines its own `assert` macro to
|
||||
be used, defining a hook in the private version of the function. This hook is used to clean up any state information
|
||||
within the engine and may be used to send immediate events to listeners so that outside functionality may decide
|
||||
how to handle the impending crash. There is nothing that can be done to stop the crash, as soon as the branch
|
||||
how to handle the impending crash. In Debug Mode there is nothing that can be done to stop the crash, as soon as the branch
|
||||
finishes, `abort()` will be called.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user