diff options
Diffstat (limited to 'src/file/mqueuefsfile.cil')
-rw-r--r-- | src/file/mqueuefsfile.cil | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/file/mqueuefsfile.cil b/src/file/mqueuefsfile.cil index 4db50cb..b98ba70 100644 --- a/src/file/mqueuefsfile.cil +++ b/src/file/mqueuefsfile.cil @@ -1,33 +1,33 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (in file (block mqueuefs - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (blockinherit file.all_macro_template_dirs) - (blockinherit file.all_macro_template_files) + (blockinherit file.all_macro_template_dirs) + (blockinherit file.all_macro_template_files) - (typeattribute typeattr) + (typeattribute typeattr) - (call file.type (typeattr)) + (call file.type (typeattr)) - (call .mqueue.associate_fs (typeattr)) + (call .mqueue.associate_fs (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .file.base_template) + (blockinherit .file.base_template) - (call .file.mqueuefs.type (file))) + (call .file.mqueuefs.type (file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .file.macro_template_files) - (blockinherit .file.mqueuefs.base_template)))) + (blockinherit .file.macro_template_files) + (blockinherit .file.mqueuefs.base_template)))) |