From: Paul Brossier Date: Sun, 13 Jul 2008 19:50:47 +0000 (+0200) Subject: src/aubio.h: indent, only cosmetic changes X-Git-Tag: bzr2git~382 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf9d8a68b0ca5d4590c3e5d6c48ef6b5452954b7;p=aubio.git src/aubio.h: indent, only cosmetic changes --- diff --git a/src/aubio.h b/src/aubio.h index e467e382..678075e6 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -50,12 +50,13 @@ */ #ifdef __cplusplus -extern "C" { +extern "C" +{ #endif /* first the generated config file */ #include "config.h" - + /* in this order */ #include "types.h" #include "fvec.h" @@ -92,4 +93,3 @@ extern "C" { #endif #endif -