LibC: Run clang-format on everything.

This commit is contained in:
Andreas Kling 2019-06-07 11:49:03 +02:00
commit 46527b72d7
Notes: sideshowbarker 2024-07-19 13:41:27 +09:00
40 changed files with 181 additions and 234 deletions

View file

@ -1,5 +1,5 @@
#include <locale.h>
#include <assert.h>
#include <locale.h>
#include <stdio.h>
extern "C" {
@ -20,5 +20,4 @@ struct lconv* localeconv()
{
return &default_locale;
}
}