Fix codestyle 85/82785/1
authorDariusz Michaluk <d.michaluk@samsung.com>
Fri, 5 Aug 2016 15:35:13 +0000 (17:35 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Fri, 5 Aug 2016 15:35:13 +0000 (17:35 +0200)
Change-Id: I1d34fa7eedc8c8de720245f0a70b0926df24c0a9

api/yaca/yaca_types.h
src/crypto.c

index 17cddc9..a022ce3 100755 (executable)
@@ -462,8 +462,8 @@ typedef enum {
 
        /**
         * CBC block cipher mode.
-         * 16-byte initialization vector for AES,
-         * 8-byte for other algorithms is mandatory.
+        * 16-byte initialization vector for AES,
+        * 8-byte for other algorithms is mandatory.
         *
         * By default the input data is padded using standard block padding (aka PKCS#5 padding).
         * Padding can be disabled using yaca_context_set_property() and #YACA_PROPERTY_PADDING, #YACA_PADDING_NONE,
index 32f1d70..87c153c 100644 (file)
@@ -83,8 +83,7 @@ API int yaca_initialize(void)
 
        pthread_mutex_lock(&init_mutex);
        {
-               if (threads_cnt == 0)
-               {
+               if (threads_cnt == 0) {
                        assert(mutexes == NULL);
 
                        OPENSSL_init();