Skip to content

Commit d611b1a

Browse files
committed
Fix indentation.
1 parent 0093211 commit d611b1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dm-passthru.c

+6-6
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ static void passthru_status(struct dm_target *ti, status_type_t type,
206206
struct passthru_c *pc = (struct passthru_c *) ti->private;
207207

208208
switch (type) {
209-
case STATUSTYPE_INFO:
210-
result[0] = '\0';
211-
break;
209+
case STATUSTYPE_INFO:
210+
result[0] = '\0';
211+
break;
212212

213-
case STATUSTYPE_TABLE:
214-
snprintf(result, maxlen, "%s", pc->dev->name);
215-
break;
213+
case STATUSTYPE_TABLE:
214+
snprintf(result, maxlen, "%s", pc->dev->name);
215+
break;
216216
}
217217
}
218218

0 commit comments

Comments
 (0)