diff options
author | Lukas Larsson <[email protected]> | 2014-01-10 15:23:06 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-01-10 15:23:06 +0100 |
commit | 9bb39214db2de93142976de301427969aa2f9206 (patch) | |
tree | 5e3ac61a06882617204424015c5d6a89db84078b /erts/emulator | |
parent | 039ea3a6ed5dc147478f294910ba042850db2383 (diff) | |
download | otp-9bb39214db2de93142976de301427969aa2f9206.tar.gz otp-9bb39214db2de93142976de301427969aa2f9206.tar.bz2 otp-9bb39214db2de93142976de301427969aa2f9206.zip |
erts: Replace tab with space for proper alignment
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/beam/erl_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_init.c b/erts/emulator/beam/erl_init.c index 8c4fffa75b..1af80dd04b 100644 --- a/erts/emulator/beam/erl_init.c +++ b/erts/emulator/beam/erl_init.c @@ -553,8 +553,8 @@ void erts_usage(void) erts_fprintf(stderr, " numbers is %d\n", ERTS_MAX_NO_OF_SCHEDULERS); erts_fprintf(stderr, "-SP p1:p2 specify schedulers (p1) and schedulers online (p2)\n"); - erts_fprintf(stderr, " as percentages of logical processors configured and logical\n"); - erts_fprintf(stderr, " processors available, respectively\n"); + erts_fprintf(stderr, " as percentages of logical processors configured and logical\n"); + erts_fprintf(stderr, " processors available, respectively\n"); erts_fprintf(stderr, "-t size set the maximum number of atoms the " "emulator can handle\n"); erts_fprintf(stderr, " valid range is [%d-%d]\n", |