1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 19:00:57 +02:00

unposted: spacing fix

This commit is contained in:
Clint Adams 2006-09-15 22:15:44 +00:00
parent cca7eb1fd9
commit a259e097b5

View file

@ -345,13 +345,13 @@ printulimit(char *nam, int lim, int hard, int head)
# ifdef HAVE_RLIMIT_NICE
case RLIMIT_NICE:
if (head)
printf("-e: max nice ");
printf("-e: max nice ");
break;
# endif /* HAVE_RLIMIT_NICE */
# ifdef HAVE_RLIMIT_RTPRIO
case RLIMIT_RTPRIO:
if (head)
printf("-r: max rt priority ");
printf("-r: max rt priority ");
break;
# endif /* HAVE_RLIMIT_RTPRIO */
default: