Hello mainteners,

I cleaned up inconsistent spacing across the httpserver codebase.  

1. Removed extra spaces before parentheses in function and constructor 
declarations to make them consistent.
2. Applied the same rule to function and constructor calls.
3. Normalised other spacing based on the majority style already used in the 
codebase.
4. Left spots untouched where keeping the spacing improves readability.

**This PR only adds or removes spaces. No functional changes.**

If you think it would have been better to update only the documentation part 
and leave the logic untouched, please let me know.
I split the commits, so I can easily revert the one that touches the logic.

-------------

Commit messages:
 - Cleanup space formatting and indentation across multiple HTTP server files
 - Cleanup formatting and indentation in the document of HttpsConfigurator.java
 - 8372746: Cleanup formatting and indentation in package-info.java

Changes: https://git.openjdk.org/jdk/pull/28660/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28660&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8372746
  Stats: 677 lines in 30 files changed: 0 ins; 0 del; 677 mod
  Patch: https://git.openjdk.org/jdk/pull/28660.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28660/head:pull/28660

PR: https://git.openjdk.org/jdk/pull/28660

Reply via email to