summaryrefslogtreecommitdiff
path: root/rounding.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2020-04-05 17:00:54 -0700
committerWayne Davison <wayned@samba.org>2020-04-05 17:03:15 -0700
commit8475e0e4922d7b47353c2d8cf45f17feea3ee1af (patch)
tree98df08b52b3cb16af12eb7991ee516b518c2159c /rounding.c
parent7f06cc7ed0bc74628592fb7c669827e28b625582 (diff)
downloadrsync-8475e0e4922d7b47353c2d8cf45f17feea3ee1af.tar.gz
Tweak some indentation.
Diffstat (limited to 'rounding.c')
-rw-r--r--rounding.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/rounding.c b/rounding.c
index dfe22da4..c4c29b31 100644
--- a/rounding.c
+++ b/rounding.c
@@ -23,8 +23,8 @@
#define SIZEOF(x) ((long int)sizeof (x))
struct test {
- union file_extras extras[ARRAY_LEN];
- struct file_struct file;
+ union file_extras extras[ARRAY_LEN];
+ struct file_struct file;
};
#define ACTUAL_SIZE SIZEOF(struct test)
@@ -32,7 +32,7 @@ struct test {
int main(UNUSED(int argc), UNUSED(char *argv[]))
{
- static int test_array[1 - 2 * (ACTUAL_SIZE != EXPECTED_SIZE)];
- test_array[0] = 0;
- return 0;
+ static int test_array[1 - 2 * (ACTUAL_SIZE != EXPECTED_SIZE)];
+ test_array[0] = 0;
+ return 0;
}