cmd: aprop: fix indentation in comments

Fix a formatting issue of a comment.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
diff --git a/cmd/aprop.c b/cmd/aprop.c
index 4734537..b37f090 100644
--- a/cmd/aprop.c
+++ b/cmd/aprop.c
@@ -491,10 +491,10 @@
 
 	if (aprop_is_misused(argc, argv)) {
 		/*
-     * We try to improve the user experience by reporting the
-     * root-cause of misusage, so don't return CMD_RET_USAGE,
-     * since the latter prints out the full-blown help text
-     */
+		 * We try to improve the user experience by reporting the
+		 * root-cause of misusage, so don't return CMD_RET_USAGE,
+		 * since the latter prints out the full-blown help text
+		 */
 		return CMD_RET_FAILURE;
 	}