comparison endianchk.c @ 184:170e447e0984

Remove empty line at end.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 07:30:37 +0300
parents 9a0aeb9ce9ba
children
comparison
equal deleted inserted replaced
183:2922240c849e 184:170e447e0984
34 , 34 ,
35 ret ? "LITTLE" : "BIG" 35 ret ? "LITTLE" : "BIG"
36 ); 36 );
37 return 0; 37 return 0;
38 } 38 }
39