From e0c72684c59be792ac3b1e964e81974700cd2fbd Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 26 Sep 2019 23:48:25 -0400 Subject: [PATCH] Minor comments alignment adjustment. --- nx/include/switch/services/ns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/ns.h b/nx/include/switch/services/ns.h index fcead87d..9ef57ce6 100644 --- a/nx/include/switch/services/ns.h +++ b/nx/include/switch/services/ns.h @@ -92,8 +92,8 @@ typedef struct { /// SystemUpdateProgress. Commands which have this as output will return 0 with the output cleared, when no task is available. typedef struct { - s64 current_size; ///< Current size. - s64 total_size; ///< Total size, <=0 indicates that no progress is available. + s64 current_size; ///< Current size. + s64 total_size; ///< Total size, <=0 indicates that no progress is available. } NsSystemUpdateProgress; /// EulaDataPath