summaryrefslogtreecommitdiff
path: root/tests/copynode.c
diff options
context:
space:
mode:
authorPawel Kowalski <p.kowalski2@partner.samsung.com>2019-08-28 14:31:23 +0200
committerPawel Kowalski <p.kowalski2@partner.samsung.com>2019-08-28 16:56:31 +0200
commitdee455252ad321c660b411b4ecd65aa5e08f8fc1 (patch)
treeb55f9ec039e963e42605e9e9bdc186354cf9df42 /tests/copynode.c
parent5c7e0aaf17a296535495e3431db6a86ad64064b3 (diff)
parent26bea900a531662c6028ecc06f4adea825658434 (diff)
downloadlibtasn1-accepted/tizen_5.5_unified.tar.gz
libtasn1-accepted/tizen_5.5_unified.tar.bz2
libtasn1-accepted/tizen_5.5_unified.zip
Change-Id: I6d4b47b2072db8e7c45daa6e269e2f0cc6f54a7f
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);