Unify brackets for opening blocks with comments

This commit is contained in:
moving-bits 2023-04-29 19:04:52 +02:00
parent 340227016a
commit 79b1eda1ed
28 changed files with 83 additions and 164 deletions

View file

@ -16,8 +16,7 @@ import btools.router.SearchBoundary;
public class BRouter {
public static void main(String[] args) throws Exception {
if (args.length == 2) // cgi-input-mode
{
if (args.length == 2) { // cgi-input-mode
try {
String queryString = args[1];
int sepIdx = queryString.indexOf('=');