diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 04:30:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 04:30:53 +0200 |
commit | 87e2150c73903c1ccb5d6e5b1164d53302ffa960 (patch) | |
tree | ad1d1eeb5afbeb7fe4ccd272c27708cc416d7aaa /include | |
parent | 25c286f500cc45782cf820066d548d75c85fa05b (diff) |
Reformat m4 code
Diffstat (limited to 'include')
-rw-r--r-- | include/footer.html | 5 | ||||
-rw-r--r-- | include/lib.m4 | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/include/footer.html b/include/footer.html index 700ae8a..2e55314 100644 --- a/include/footer.html +++ b/include/footer.html @@ -1,4 +1,7 @@ <small> Page last edited: - m4_esyscmd(git log -1 --pretty='format:%cI' m4___caller__ | xargs date +'%A %d %B %Y — %T %Z' -d) + m4_esyscmd( + git log -1 --pretty='format:%cI' m4___caller__ \ + | xargs date +'%A %d %B %Y — %T %Z' -d + ) </small> diff --git a/include/lib.m4 b/include/lib.m4 index 1adaa16..5d6cf72 100644 --- a/include/lib.m4 +++ b/include/lib.m4 @@ -1 +1,4 @@ -m4_define(m4_footer, `m4_define(`m4___caller__', m4___file__)m4_include(footer.html)') +m4_define( + m4_footer, + `m4_define(`m4___caller__', m4___file__)m4_include(footer.html)' +) |