-void __assert_fail(const char* expr, const char* file, unsigned int line) {
- sprintf(buffer, "[ASSERT] %s (%s:%u)", expr, file, line);
+void
+__assert_fail(const char* expr, const char* file, unsigned int line)
+{
+ sprintf(buffer, "%s (%s:%u)", expr, file, line);