summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorMichael McConville <mmcconville ~a~ mykolab ~d~ com>2015-09-19 12:21:22 -0400
committerMichael McConville <mmcconville ~a~ mykolab ~d~ com>2015-09-19 12:21:22 -0400
commitad1a0ad08d4b91852a465a0913618044c7a79873 (patch)
tree5ac54feb87f5940c641abf57c023cb25f39c76bd /htop.c
parent571cbc0aa1138891f2233db681531d132b31b88f (diff)
Replace some remaining tabs
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/htop.c b/htop.c
index 538d1094..a5e75660 100644
--- a/htop.c
+++ b/htop.c
@@ -109,7 +109,7 @@ static CommandLineSettings parseArguments(int argc, char** argv) {
flags.sortKey = ColumnsPanel_fieldNameToIndex(optarg);
if (flags.sortKey == -1) {
errx(1, stderr, "Error: invalid column \"%s\".\n", optarg);
- }
+ }
break;
case 'd':
if (sscanf(optarg, "%16d", &(flags.delay)) == 1) {
@@ -122,7 +122,7 @@ static CommandLineSettings parseArguments(int argc, char** argv) {
case 'u':
if (!Action_setUserOnly(optarg, &(flags.userId))) {
errx(1, stderr, "Error: invalid user \"%s\".\n", optarg);
- }
+ }
break;
case 'C':
flags.useColors = false;

© 2014-2024 Faster IT GmbH | imprint | privacy policy