Index: uspace/app/hrctl/hrctl.c
===================================================================
--- uspace/app/hrctl/hrctl.c	(revision b56d88ffc9c5fa76529bc7488f393df4670da884)
+++ uspace/app/hrctl/hrctl.c	(revision bf0a79165b9ed48ab71bc06b9cc9a53949a8c8ed)
@@ -341,5 +341,5 @@
 		case 'n':
 			cfg->dev_no = strtol(optarg, NULL, 10);
-			if ((int) cfg->dev_no + optind != argc)
+			if ((int)cfg->dev_no + optind != argc)
 				goto bad;
 			rc = fill_config_devs(argc, argv, optind, cfg);
