Skip to content

Commit

Permalink
Formatting fixes for checkstyle-10.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Jan 4, 2024
1 parent 8d538c7 commit f0e15fb
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,6 +1,6 @@
/*
* aoserv-daemon - Server management daemon for the AOServ Platform.
* Copyright (C) 2013, 2014, 2017, 2018, 2020, 2021, 2022 AO Industries, Inc.
* Copyright (C) 2013, 2014, 2017, 2018, 2020, 2021, 2022, 2024 AO Industries, Inc.
* support@aoindustries.com
* 7262 Bull Pen Cir
* Mobile, AL 36695
Expand Down Expand Up @@ -355,10 +355,10 @@ public void run() {
while (!Thread.currentThread().isInterrupted()) {
try {
final String[] cmd = new String[
(controllingNullRoutes ? 0 : 1)
(controllingNullRoutes ? 0 : 1)
+ 6
+ networkRanges.size()
];
];
int index = 0;
// No nice level when controlling null routes
if (!controllingNullRoutes) {
Expand Down

0 comments on commit f0e15fb

Please sign in to comment.