mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 19:30:29 +00:00
modeline: ts=8, fix tabs
This commit is contained in:
parent
a228426480
commit
7cb161c7d3
1 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
/usr/bin/env echo ' -*-mode:sh;indent-tabs-mode:nil;tab-width:8;coding:utf-8-*-│
|
/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 │
|
│ Copyright 2020 Justine Alexandra Roberts Tunney │
|
||||||
│ │
|
│ │
|
||||||
|
@ -61,9 +61,9 @@ imp() {
|
||||||
thunk() {
|
thunk() {
|
||||||
printf '
|
printf '
|
||||||
.text.windows
|
.text.windows
|
||||||
.ftrace1
|
.ftrace1
|
||||||
%s:
|
%s:
|
||||||
.ftrace2
|
.ftrace2
|
||||||
#ifdef __x86_64__
|
#ifdef __x86_64__
|
||||||
push %%rbp
|
push %%rbp
|
||||||
mov %%rsp,%%rbp
|
mov %%rsp,%%rbp
|
||||||
|
@ -81,9 +81,9 @@ thunk() {
|
||||||
thunk0() {
|
thunk0() {
|
||||||
printf '
|
printf '
|
||||||
.text.windows
|
.text.windows
|
||||||
.ftrace1
|
.ftrace1
|
||||||
%s:
|
%s:
|
||||||
.ftrace2
|
.ftrace2
|
||||||
#ifdef __x86_64__
|
#ifdef __x86_64__
|
||||||
push %%rbp
|
push %%rbp
|
||||||
mov %%rsp,%%rbp
|
mov %%rsp,%%rbp
|
||||||
|
@ -102,9 +102,9 @@ thunk0() {
|
||||||
thunk1() {
|
thunk1() {
|
||||||
printf '
|
printf '
|
||||||
.text.windows
|
.text.windows
|
||||||
.ftrace1
|
.ftrace1
|
||||||
%s:
|
%s:
|
||||||
.ftrace2
|
.ftrace2
|
||||||
#ifdef __x86_64__
|
#ifdef __x86_64__
|
||||||
push %%rbp
|
push %%rbp
|
||||||
mov %%rsp,%%rbp
|
mov %%rsp,%%rbp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue