mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Run clang-format on most sources
This commit is contained in:
parent
614229e3f4
commit
369f9740de
228 changed files with 4844 additions and 4637 deletions
|
@ -40,7 +40,7 @@
|
|||
* @return pointer to decoded data
|
||||
* @threadsafe
|
||||
*/
|
||||
void *xloadzd(_Atomic(void *) * a, const void *p, size_t n, size_t m, size_t c,
|
||||
void *xloadzd(_Atomic(void *) *a, const void *p, size_t n, size_t m, size_t c,
|
||||
size_t z, uint32_t s) {
|
||||
size_t i;
|
||||
char *q, *b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue