run fbt format

This commit is contained in:
MX
2022-10-13 17:00:20 +03:00
parent 8e0e4b5e2c
commit 9941df48bb
48 changed files with 2102 additions and 1850 deletions

View File

@@ -25,4 +25,4 @@
/* Compute binary exclusive OR of memory areas DEST and SRC, putting
the result in DEST, of length N bytes. Returns a pointer to
DEST. */
void *memxor (void */*restrict*/ dest, const void */*restrict*/ src, size_t n);
void* memxor(void* /*restrict*/ dest, const void* /*restrict*/ src, size_t n);