From 8caa5e7cafb686ac215eb4d1eb56f8a953ea11f4 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 14 Jul 2024 09:16:39 -0700 Subject: Whitespace Formatting --- zstring.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'zstring.inc') diff --git a/zstring.inc b/zstring.inc index 5c88c02..4516223 100644 --- a/zstring.inc +++ b/zstring.inc @@ -3,12 +3,10 @@ %ifndef SYS_INC %include "sys.inc" %endif -%ifndef ALLOC_INC -%include "alloc.inc" -%endif -%macro make_zstring 2-* -%1: db %2 +%macro make_zstring 2-* + section .data +%1: db %2 %rep %0-2 db %3 %rotate 1 -- cgit v1.2.1