]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - base64/base64_enc.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / base64 / base64_enc.h
index 89a5f863d3f503f73e826bb2149e19b80f2abe92..17b403209260d7eb017f3f8d6c1ac0979f9d1c4c 100644 (file)
@@ -23,6 +23,6 @@
 
 #include <stdint.h>
 
-void base64enc(char* dest, const void* src, uint16_t length);
+void base64enc(char *dest, const void *src, uint16_t length);
 
 #endif /*BASE64_ENC_H_*/