Whamcloud - gitweb
LU-4017 quota: cleanup to improve quota codes
[fs/lustre-release.git] / lustre / obdclass / llog_swab.c
index cd248cd..480a9f5 100644 (file)
@@ -249,7 +249,7 @@ void lustre_swab_llog_rec(struct llog_rec_hdr *rec)
 
                if (rec->lrh_len > sizeof(struct llog_setattr64_rec)) {
                        struct llog_setattr64_rec_v2 *lsr2 =
-                       (struct llog_setattr64_rec_v2 *)rec;
+                               (struct llog_setattr64_rec_v2 *)rec;
 
                        __swab32s(&lsr2->lsr_projid);
                        tail = &lsr2->lsr_tail;