summaryrefslogtreecommitdiff
path: root/tests/copynode.c
diff options
context:
space:
mode:
authorPawel Kowalski <p.kowalski2@partner.samsung.com>2019-08-28 14:28:40 +0200
committerPawel Kowalski <p.kowalski2@partner.samsung.com>2019-08-28 14:28:40 +0200
commit26bea900a531662c6028ecc06f4adea825658434 (patch)
tree1db3d30bddc8b8336fa7a8f2bf5a3615001071e1 /tests/copynode.c
parente527f54afdf27ab8ce73a22d05d69e5482f5e92b (diff)
downloadlibtasn1-upstream/4.14.tar.gz
libtasn1-upstream/4.14.tar.bz2
libtasn1-upstream/4.14.zip
Imported Upstream version 4.14upstream/4.14
Diffstat (limited to 'tests/copynode.c')
-rw-r--r--tests/copynode.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/copynode.c b/tests/copynode.c
index 29a8a51..58181ce 100644
--- a/tests/copynode.c
+++ b/tests/copynode.c
@@ -144,8 +144,8 @@ main (int argc, char *argv[])
printf ("Cannot encode data (size %ld)\n", (long) size);
exit (1);
}
-
- if (size2 != size || memcmp(buffer, buffer2, size) != 0)
+
+ if (size2 != size || memcmp(buffer, buffer2, size) != 0)
{
printf("DER encoded data differ!\n");
exit(1);
@@ -170,8 +170,8 @@ main (int argc, char *argv[])
printf ("Cannot encode data (size %ld)\n", (long) size);
exit (1);
}
-
- if (size2 != size || memcmp(buffer, buffer2, size) != 0)
+
+ if (size2 != size || memcmp(buffer, buffer2, size) != 0)
{
printf("DER encoded data differ!\n");
exit(1);