]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - cubehash/xchg.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / cubehash / xchg.h
index c8c6565584715eaca8bcd9d2e6e281e7fd5d79db..1c4d9e469d7768c051b3687cafb9faf64af55a64 100644 (file)
@@ -22,6 +22,6 @@
 
 #include <stdint.h>
 
-void xchg32_array(void* a, void* b, uint8_t n);
+void xchg32_array(void *a, void *b, uint8_t n);
 
 #endif /* XCHG_H_ */