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/sys/procfile/sysctlfile/sunrpcsysctlfile.cil | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil') diff --git a/src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil b/src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil index e5a50d0..72694ae 100644 --- a/src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil +++ b/src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil @@ -1,38 +1,38 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift ;; SPDX-License-Identifier: Unlicense (block sunrpc - (genfscon "proc" "/sys/sunrpc" sysctlfile_context) + (genfscon "proc" "/sys/sunrpc" sysctlfile_context) - (blockinherit .sysctlfile.macro_template_dirs) - (blockinherit .sysctlfile.sunrpc.template)) + (blockinherit .sysctlfile.macro_template_dirs) + (blockinherit .sysctlfile.sunrpc.template)) (in sysctlfile (block sunrpc - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (blockinherit .file.all_macro_template_dirs) - (blockinherit .file.all_macro_template_files) + (blockinherit .file.all_macro_template_dirs) + (blockinherit .file.all_macro_template_files) - (call .sysctlfile.type (typeattr)) + (call .sysctlfile.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .sysctlfile.base_template) + (blockinherit .sysctlfile.base_template) - (call .sysctlfile.sunrpc.type (sysctlfile))) + (call .sysctlfile.sunrpc.type (sysctlfile))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .sysctlfile.macro_template_files) - (blockinherit .sysctlfile.sunrpc.base_template)))) + (blockinherit .sysctlfile.macro_template_files) + (blockinherit .sysctlfile.sunrpc.base_template)))) -- cgit v1.2.3