[Ada] Remove extra space around binary operators
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 18 Jan 2022 00:08:53 +0000 (01:08 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 9 May 2022 09:27:37 +0000 (09:27 +0000)
commita746131d375283f28e6e0a3e45bddffb6d1ebfcd
tree2f83215c313fe27600d98f9d412585de4ed4a2cc
parent348931ea3e09cbafa0bbd4dadfb05694aef531c0
[Ada] Remove extra space around binary operators

Style cleanups. Violation initially spotted while reading the code for
UI_Expon; other occurrences found with grep (and examined manually,
because sometimes the extra space is needed for a code layout).

gcc/ada/

* bindgen.adb, errout.adb, exp_unst.adb, gnatchop.adb,
libgnat/a-ngcefu.adb, libgnat/a-strunb.adb,
libgnat/a-stwiun.adb, libgnat/a-stzunb.adb,
libgnat/a-wtedit.adb, libgnat/g-debpoo.adb, osint.adb,
sigtramp-vxworks.c, uintp.adb: Remove extra whitespace around +,
-, *, / and **.
13 files changed:
gcc/ada/bindgen.adb
gcc/ada/errout.adb
gcc/ada/exp_unst.adb
gcc/ada/gnatchop.adb
gcc/ada/libgnat/a-ngcefu.adb
gcc/ada/libgnat/a-strunb.adb
gcc/ada/libgnat/a-stwiun.adb
gcc/ada/libgnat/a-stzunb.adb
gcc/ada/libgnat/a-wtedit.adb
gcc/ada/libgnat/g-debpoo.adb
gcc/ada/osint.adb
gcc/ada/sigtramp-vxworks.c
gcc/ada/uintp.adb