diff options
author | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-07-15 12:21:19 +0200 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-07-16 15:52:47 +0200 |
commit | f8274feea5c63300e893109840943513df924da2 (patch) | |
tree | 5ffe4e3f9bf82038dbddcf7591c1fc80766646fe /super-intel.c | |
parent | Manage: fix is_remove_safe() (diff) | |
download | mdadm-f8274feea5c63300e893109840943513df924da2.tar.xz mdadm-f8274feea5c63300e893109840943513df924da2.zip |
imsm: add indent for encryption details
Improve readability of the output.
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'super-intel.c')
-rw-r--r-- | super-intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/super-intel.c b/super-intel.c index ef3f5da1..713bfccf 100644 --- a/super-intel.c +++ b/super-intel.c @@ -2318,7 +2318,7 @@ void print_encryption_information(int disk_fd, enum sys_dev_type hba_type) { struct encryption_information information = {0}; mdadm_status_t status = MDADM_STATUS_SUCCESS; - const char *indent = " "; + const char *indent = " "; switch (hba_type) { case SYS_DEV_VMD: |