cosmetic: indentation in rpmdbNextIterator.
authorAles Kozumplik <akozumpl@redhat.com>
Thu, 10 Nov 2011 12:37:42 +0000 (13:37 +0100)
committerAles Kozumplik <akozumpl@redhat.com>
Fri, 18 Nov 2011 09:07:37 +0000 (10:07 +0100)
- the hunk looked confusing with the wrong indentation.

lib/rpmdb.c

index e16979c..db0bd32 100644 (file)
@@ -1801,8 +1801,8 @@ top:
             */
            if (keyp && mi->mi_setx && rc == 0) {
                memcpy(&mi_offset, keyp, sizeof(mi_offset.ui));
-           if (dbiByteSwapped(dbi) == 1)
-               _DBSWAP(mi_offset);
+               if (dbiByteSwapped(dbi) == 1)
+                   _DBSWAP(mi_offset);
                mi->mi_offset = mi_offset.ui;
            }