4520. [cleanup] Alphabetise more of the grammar when printing it

out. Fix unbalanced indenting. [RT #43755]
This commit is contained in:
Mark Andrews
2016-11-29 15:28:28 +11:00
parent a611e44f9a
commit 4352551d23
4 changed files with 218 additions and 151 deletions

View File

@@ -141,10 +141,6 @@ view "chaos" chaos {
database "_builtin hostname";
};
};
key "mykey" {
algorithm "hmac-md5";
secret "qwertyuiopasdfgh";
};
dyndb "name" "library.so" {
this;
\};
@@ -154,3 +150,7 @@ dyndb "name" "library.so" {
"text \"";
system;
};
key "mykey" {
algorithm "hmac-md5";
secret "qwertyuiopasdfgh";
};