X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=extdef.h;h=1cf14836623709db9663a6622d1c9f82c635ac62;hp=8af615c0b443eadb36acecc9d9eaead37280283d;hb=2795de2e7fdaeb6e9f672e0dc73dea328f35e585;hpb=640d091b45b196cc586fbc6a7bec71c5c7d75544 diff --git a/extdef.h b/extdef.h index 8af615c0..1cf14836 100644 --- a/extdef.h +++ b/extdef.h @@ -14,14 +14,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #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)])