mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 08:30:54 +02:00
unposted: spacing fix
This commit is contained in:
parent
cca7eb1fd9
commit
a259e097b5
1 changed files with 2 additions and 2 deletions
|
@ -345,13 +345,13 @@ printulimit(char *nam, int lim, int hard, int head)
|
||||||
# ifdef HAVE_RLIMIT_NICE
|
# ifdef HAVE_RLIMIT_NICE
|
||||||
case RLIMIT_NICE:
|
case RLIMIT_NICE:
|
||||||
if (head)
|
if (head)
|
||||||
printf("-e: max nice ");
|
printf("-e: max nice ");
|
||||||
break;
|
break;
|
||||||
# endif /* HAVE_RLIMIT_NICE */
|
# endif /* HAVE_RLIMIT_NICE */
|
||||||
# ifdef HAVE_RLIMIT_RTPRIO
|
# ifdef HAVE_RLIMIT_RTPRIO
|
||||||
case RLIMIT_RTPRIO:
|
case RLIMIT_RTPRIO:
|
||||||
if (head)
|
if (head)
|
||||||
printf("-r: max rt priority ");
|
printf("-r: max rt priority ");
|
||||||
break;
|
break;
|
||||||
# endif /* HAVE_RLIMIT_RTPRIO */
|
# endif /* HAVE_RLIMIT_RTPRIO */
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue