Refactor code to conform with coding style

Commit a8ba04ee41df9601ff3a7d1efd14581d843d749e allowed 120-column line
length, which is allowed only for indented lines. This commit corrects
this to 100-column line length for unindented lines.
This commit is contained in:
inference 2023-07-15 04:05:50 +01:00
parent 2e91e733d6
commit b9512f1bc9
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -28,25 +28,26 @@ Feature-complete modifications of this branch are merged to beta branch for beta
=== https://git.inferencium.net/Inferencium/doc/src/branch/beta/[beta] === https://git.inferencium.net/Inferencium/doc/src/branch/beta/[beta]
Feature-complete beta testing of merged code from development branches occurs in this branch. + Feature-complete beta testing of merged code from development branches occurs in this branch. +
Merges from development branches to this branch are squashed, and the updated versions of the individual files are Merges from development branches to this branch are squashed, and the updated versions of the
mentioned in the commit messages. individual files are mentioned in the commit messages.
=== https://git.inferencium.net/Inferencium/doc/src/branch/stable/[stable] === https://git.inferencium.net/Inferencium/doc/src/branch/stable/[stable]
Feature-complete and tested versions from beta branch are stored in this branch. + Feature-complete and tested versions from beta branch are stored in this branch. +
Merges from beta branch to this branch are squashed, and the updated versions of the individual files are mentioned in Merges from beta branch to this branch are squashed, and the updated versions of the individual
the commit messages. + files are mentioned in the commit messages. +
This branch contains code used in production. This branch contains code used in production.
== Security == Security
All files are checked for security issues; however, it is always the user's responsibility to audit the code before All files are checked for security issues; however, it is always the user's responsibility to audit
installing and/or executing it. Inferencium takes no responsibility for any security issues which may arise due to usage the code before installing and/or executing it. Inferencium takes no responsibility for any security
of this repository. issues which may arise due to usage of this repository.
== Licensing == Licensing
All content is licensed under https://git.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International] All content is licensed under
https://git.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International]
license. license.