diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 18:44:17 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 18:44:17 +0200 |
commit | b6568d675b4da948cc9b965d88203f8f52bd05c9 (patch) | |
tree | d5523f9dd3ea5896435033b2bcb0f1cc7a6fd4f0 /config/binutils | |
parent | 0c6375595702e370b3e5784eabdc87f0f5282fed (diff) | |
download | crosstool-ng-b6568d675b4da948cc9b965d88203f8f52bd05c9.tar.gz crosstool-ng-b6568d675b4da948cc9b965d88203f8f52bd05c9.tar.bz2 crosstool-ng-b6568d675b4da948cc9b965d88203f8f52bd05c9.zip |
config: fix indentation for options marked EXPERIMENTAL or OBSOLETE
Change the 2-space separation into a 1-space separation, for the sake
of homogeneity.
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 904dad2e..9d506b5d 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -13,12 +13,12 @@ choice config BINUTILS_V_2_19_51_0_2 bool - prompt "2.19.51.0.2 (EXPERIMENTAL)" + prompt "2.19.51.0.2 (EXPERIMENTAL)" depends on EXPERIMENTAL config BINUTILS_V_2_19_51_0_1 bool - prompt "2.19.51.0.1 (EXPERIMENTAL)" + prompt "2.19.51.0.1 (EXPERIMENTAL)" depends on EXPERIMENTAL config BINUTILS_V_2_19_50_0_1 |