9
0
Fork 0

command: hashsum: Conding style fixup

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2015-03-27 19:23:04 +03:00 committed by Sascha Hauer
parent 0d348bc772
commit 238ffb68f6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static int do_hash(char *algo, int argc, char *argv[])
size_t keylen = 0;
int opt, ret;
while((opt = getopt(argc, argv, "h:")) > 0) {
while ((opt = getopt(argc, argv, "h:")) > 0) {
switch(opt) {
case 'h':
key = optarg;