more modeline errata (#1019)

Somehow or another, I previously had missed `BUILD.mk` files.

In the process I found a few straggler cases where the modeline was
different from the file, including one very involved manual fix where a
file had been treated like it was ts=2 and ts=8 on separate occasions.

The commit history in the PR shows the gory details; the BUILD.mk was
automated, everything else was mostly manual.
This commit is contained in:
Jōshin 2023-12-16 23:07:10 -05:00 committed by GitHub
parent 60813003a3
commit 3a8e01a77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
202 changed files with 879 additions and 879 deletions

View file

@ -1,5 +1,5 @@
/usr/bin/env echo ' -*-mode:sh;indent-tabs-mode:nil;tab-width:8;coding:utf-8-*-│
│ vi: set et ft=sh ts=2 sts=2 sw=2 fenc=utf-8 :vi │
│ vi: set et ft=sh ts=8 sts=2 sw=2 fenc=utf-8 :vi │
╞══════════════════════════════════════════════════════════════════════════════╡
│ Copyright 2020 Justine Alexandra Roberts Tunney │
│ │
@ -61,9 +61,9 @@ imp() {
thunk() {
printf '
.text.windows
.ftrace1
.ftrace1
%s:
.ftrace2
.ftrace2
#ifdef __x86_64__
push %%rbp
mov %%rsp,%%rbp
@ -81,9 +81,9 @@ thunk() {
thunk0() {
printf '
.text.windows
.ftrace1
.ftrace1
%s:
.ftrace2
.ftrace2
#ifdef __x86_64__
push %%rbp
mov %%rsp,%%rbp
@ -102,9 +102,9 @@ thunk0() {
thunk1() {
printf '
.text.windows
.ftrace1
.ftrace1
%s:
.ftrace2
.ftrace2
#ifdef __x86_64__
push %%rbp
mov %%rsp,%%rbp