X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=extdef.h;fp=extdef.h;h=0e928657f811e55b355aef7ed3305172659fe923;hp=8af615c0b443eadb36acecc9d9eaead37280283d;hb=360ab9be5d6060d05cd7d40f5a50f7eafb787290;hpb=ead4af1fb22bc2f2b0342bcd71de9d2af56ef571 diff --git a/extdef.h b/extdef.h index 8af615c..0e92865 100644 --- a/extdef.h +++ b/extdef.h @@ -21,7 +21,7 @@ #ifndef PULSEVIEW_EXTDEF_H #define PULSEVIEW_EXTDEF_H -#define countof(x) (sizeof(x)/sizeof(x[0])) +#define countof(x) (sizeof(x) / sizeof(x[0])) #define begin_element(x) (&x[0]) #define end_element(x) (&x[countof(x)])