]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/performance_test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / performance_test.c
index a5e897f16702a9ebdc3e4e13b334ab60c620f578..b3fff709ca54b3cc0d006063708bbafd9ff5a083 100644 (file)
@@ -80,7 +80,7 @@ uint64_t stopTimer(void){
        return ret;
 }
 
-void getOverhead(uint16_t* constoh, uint16_t* intoh){
+void getOverhead(uint16_t *constoh, uint16_t *intoh){
        *constoh = const_overhead;
        *intoh   = int_overhead;
 }