On Thu, 4 Dec 2025 16:19:07 GMT, Daisuke Yamazaki <[email protected]> wrote:
> 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. This pull request has now been integrated. Changeset: 180d8c1b Author: Daisuke Yamazaki <[email protected]> Committer: Jaikiran Pai <[email protected]> URL: https://git.openjdk.org/jdk/commit/180d8c1b57efb29f8f016843d66daca59bb5934f Stats: 730 lines in 36 files changed: 0 ins; 1 del; 729 mod 8372746: Some httpserver files could benefit from some formatting cleanup Reviewed-by: jpai, mikael, michaelm, djelinski, dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/28660
