From 58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 16 Aug 2025 14:43:06 -0400 Subject: auto format all files --- src/file/runfile/runuserfile.cil | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'src/file/runfile/runuserfile.cil') diff --git a/src/file/runfile/runuserfile.cil b/src/file/runfile/runuserfile.cil index 6384a83..e54547c 100644 --- a/src/file/runfile/runuserfile.cil +++ b/src/file/runfile/runuserfile.cil @@ -1,47 +1,47 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift ;; SPDX-License-Identifier: Unlicense (block runuser - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_lnk_files) - (blockinherit .file.runuser.base_template)) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_lnk_files) + (blockinherit .file.runuser.base_template)) (in file (block runuser - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (blockinherit file.all_macro_template_all_files) - (blockinherit file.all_macro_template_blk_files) - (blockinherit file.all_macro_template_chr_files) - (blockinherit file.all_macro_template_dirs) - (blockinherit file.all_macro_template_fifo_files) - (blockinherit file.all_macro_template_files) - (blockinherit file.all_macro_template_lnk_files) - (blockinherit file.all_macro_template_sock_files) + (blockinherit file.all_macro_template_all_files) + (blockinherit file.all_macro_template_blk_files) + (blockinherit file.all_macro_template_chr_files) + (blockinherit file.all_macro_template_dirs) + (blockinherit file.all_macro_template_fifo_files) + (blockinherit file.all_macro_template_files) + (blockinherit file.all_macro_template_lnk_files) + (blockinherit file.all_macro_template_sock_files) - (typeattribute typeattr) + (typeattribute typeattr) - (call run.type (typeattr)) + (call run.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .file.run.base_template) + (blockinherit .file.run.base_template) - (call .file.runuser.type (file))) + (call .file.runuser.type (file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_fifo_files) - (blockinherit .file.macro_template_files) - (blockinherit .file.macro_template_lnk_files) - (blockinherit .file.macro_template_sock_files) - (blockinherit .file.runuser.base_template)))) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_fifo_files) + (blockinherit .file.macro_template_files) + (blockinherit .file.macro_template_lnk_files) + (blockinherit .file.macro_template_sock_files) + (blockinherit .file.runuser.base_template)))) -- cgit v1.2.3