From f413a770695454c9d86e9c4235a99ce2c170be2b Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Thu, 21 Jul 2022 21:21:58 -0400 Subject: [PATCH] Removing some trailing whitespace --- ape/macros.internal.h | 2 +- libc/log/log.mk | 2 +- libc/mem/cxx/free.S | 2 +- libc/nexgen32e/kcp437.S | 4 ++-- libc/nexgen32e/lolendian.S | 4 ++-- libc/nexgen32e/sha256ni.S | 2 +- libc/str/explicit_bzero.S | 2 +- libc/stubs/gcov.S | 4 ++-- tool/decode/ent.c | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ape/macros.internal.h b/ape/macros.internal.h index f620f8261..973602a60 100644 --- a/ape/macros.internal.h +++ b/ape/macros.internal.h @@ -54,7 +54,7 @@ jmp 297f .byte 0xbf # mov $0x????xxxx,%edi .long \address -297: +297: .endm // Loads 16-bit CONSTEXPR into Qw-register w/ optional zero-extend. diff --git a/libc/log/log.mk b/libc/log/log.mk index 57e8523bd..34a3b4338 100644 --- a/libc/log/log.mk +++ b/libc/log/log.mk @@ -8,7 +8,7 @@ LIBC_LOG = $(LIBC_LOG_A_DEPS) $(LIBC_LOG_A) LIBC_LOG_A = o/$(MODE)/libc/log/log.a LIBC_LOG_A_FILES := \ $(wildcard libc/log/thunks/*) \ - $(wildcard libc/log/*) + $(wildcard libc/log/*) LIBC_LOG_A_HDRS = $(filter %.h,$(LIBC_LOG_A_FILES)) LIBC_LOG_A_SRCS_C = $(filter %.c,$(LIBC_LOG_A_FILES)) LIBC_LOG_A_SRCS_S = $(filter %.S,$(LIBC_LOG_A_FILES)) diff --git a/libc/mem/cxx/free.S b/libc/mem/cxx/free.S index 9d3264658..aeb057bb3 100644 --- a/libc/mem/cxx/free.S +++ b/libc/mem/cxx/free.S @@ -63,7 +63,7 @@ _ZdaPvSt11align_val_t: nop // 𝑠𝑙𝑖𝑑𝑒 .endfn _ZdaPvSt11align_val_t,weak -_ZdaPvm: +_ZdaPvm: // operator delete[](void*, unsigned long): nop // 𝑠𝑙𝑖𝑑𝑒 diff --git a/libc/nexgen32e/kcp437.S b/libc/nexgen32e/kcp437.S index 59f0e0bf9..e25ccf861 100644 --- a/libc/nexgen32e/kcp437.S +++ b/libc/nexgen32e/kcp437.S @@ -48,11 +48,11 @@ // ▄██▀▄▄░░▀▐▄████▄ █████▀▄░░█▀▄▀░░ ▄██░ // █████▄▄▄███▀░█▌██▄▀▀█████▄▄░░░▄▄███▀██▄ ▄▀▀▀▄▄ // ▀██████▀■▄█▄▄ ░▀███████████████▓▓░░▄██▀▄████▄▄▀▄ -// +// // █▀█ █ █▀█ █▀█ █▄▀ ▐▀█▀▌█▀█ █▀█ █▄ █ ▀█▀ █▀█ █▀▀ // █▀▄ █ █ █ █ █ ▀▄ █ █▀▄ █ █ █ ▀█ █ █ ▀▀█ // █▄█ █▄▌█▄█ █▄█ █ █ █ █ █ █▄█ █ █ ▄█▄ █▄█ █▄█ -// +// // THERE WILL BE BLOCKS march 01 2017 // // @see libc/str/str.h diff --git a/libc/nexgen32e/lolendian.S b/libc/nexgen32e/lolendian.S index b1c9b9b34..c15e47fc2 100644 --- a/libc/nexgen32e/lolendian.S +++ b/libc/nexgen32e/lolendian.S @@ -47,7 +47,7 @@ htobe32: htole32: be32toh: le32toh: -ntohl: +ntohl: htonl: mov %edi,%eax bswap %eax ret @@ -64,7 +64,7 @@ htobe16: htole16: be16toh: le16toh: -ntohs: +ntohs: htons: movzwl %di,%eax xchg %al,%ah ret diff --git a/libc/nexgen32e/sha256ni.S b/libc/nexgen32e/sha256ni.S index 8f09478ec..018d90f01 100644 --- a/libc/nexgen32e/sha256ni.S +++ b/libc/nexgen32e/sha256ni.S @@ -75,7 +75,7 @@ Tim Chen \n" // void sha256_transform_ni(uint32_t digest[static 8], // const void *data, // int32_t numBlocks); -// +// // @param %rdi points to output digest // @param %rsi points to input data // @param %rdx is number of blocks to process diff --git a/libc/str/explicit_bzero.S b/libc/str/explicit_bzero.S index 96a707de0..85bceff5c 100644 --- a/libc/str/explicit_bzero.S +++ b/libc/str/explicit_bzero.S @@ -23,7 +23,7 @@ // This is intended for security-conscious applications. // // @param rdi is dest -// @param rsi is the number of bytes to set +// @param rsi is the number of bytes to set explicit_bzero: jmp bzero .endfn explicit_bzero,globl diff --git a/libc/stubs/gcov.S b/libc/stubs/gcov.S index c7f0598dd..8f7261345 100644 --- a/libc/stubs/gcov.S +++ b/libc/stubs/gcov.S @@ -20,7 +20,7 @@ // Magic words to unbreak build if GCOV flags are passed. -__gcov_init: +__gcov_init: ret .endfn __gcov_init,globl,weak @@ -28,7 +28,7 @@ __gcov_exit: ret .endfn __gcov_exit,globl,weak -__gcov_merge_add: +__gcov_merge_add: ret .endfn __gcov_merge_add,globl,weak diff --git a/tool/decode/ent.c b/tool/decode/ent.c index 856989371..e4b9fab11 100644 --- a/tool/decode/ent.c +++ b/tool/decode/ent.c @@ -13,10 +13,10 @@ Terse mode output, getopt() command line processing, optional stdin input, and HTML documentation added in October 1998. - + Documentation for the -t (terse output) option added in July 2006. - + Replaced table look-up for chi square to probability conversion with algorithmic computation in January 2008.