From d2633bb4155c6798949e92d8113bc036b942a018 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 29 May 2017 12:44:12 -0400 Subject: Indentation. --- ks.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ks.c') diff --git a/ks.c b/ks.c index 2d1d8c4..2b33771 100644 --- a/ks.c +++ b/ks.c @@ -163,10 +163,10 @@ hal_error_t hal_ks_block_read_cached(hal_ks_t *ks, const unsigned blockno, hal_k */ hal_error_t hal_ks_block_update(hal_ks_t *ks, - const unsigned b1, - hal_ks_block_t *block, - const hal_uuid_t * const uuid, - int *hint) + const unsigned b1, + hal_ks_block_t *block, + const hal_uuid_t * const uuid, + int *hint) { if (block == NULL) return HAL_ERROR_IMPOSSIBLE; -- cgit v1.2.3