diff options
| author | Gluster Ant <bugzilla-bot@gluster.org> | 2018-09-12 17:22:48 +0530 | 
|---|---|---|
| committer | Nigel Babu <nigelb@redhat.com> | 2018-09-12 17:22:48 +0530 | 
| commit | 45a71c0548b6fd2c757aa2e7b7671a1411948894 (patch) | |
| tree | 2a5a9b73bae47ab53a41166fd041a06612587f48 /xlators/features/bit-rot/src/stub/bit-rot-object-version.h | |
| parent | be77dbbda692792335a8e9e7c02e0c281f003c40 (diff) | |
Land clang-format changes
Change-Id: I6f5d8140a06f3c1b2d196849299f8d483028d33b
Diffstat (limited to 'xlators/features/bit-rot/src/stub/bit-rot-object-version.h')
| -rw-r--r-- | xlators/features/bit-rot/src/stub/bit-rot-object-version.h | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/xlators/features/bit-rot/src/stub/bit-rot-object-version.h b/xlators/features/bit-rot/src/stub/bit-rot-object-version.h index 1f2497aebe9..7ae6a5200df 100644 --- a/xlators/features/bit-rot/src/stub/bit-rot-object-version.h +++ b/xlators/features/bit-rot/src/stub/bit-rot-object-version.h @@ -15,16 +15,16 @@   * on-disk formats for ongoing version and object signature.   */  typedef struct br_version { -        unsigned long ongoingversion; -        uint32_t timebuf[2]; +    unsigned long ongoingversion; +    uint32_t timebuf[2];  } br_version_t; -typedef struct __attribute__ ((__packed__)) br_signature { -        int8_t signaturetype; +typedef struct __attribute__((__packed__)) br_signature { +    int8_t signaturetype; -        unsigned long signedversion; +    unsigned long signedversion; -        char signature[0]; +    char signature[0];  } br_signature_t;  #endif  | 
