*.h: Revert indenting

Original commit message from CVS:
* *.h: Revert indenting
This commit is contained in:
Johan Dahlin 2004-03-15 16:32:54 +00:00
parent 89b52fa125
commit 583a2aa96b

View file

@ -26,8 +26,7 @@
#ifdef __cplusplus
extern "C"
{
extern "C" {
#endif /* __cplusplus */
@ -45,8 +44,7 @@ extern "C"
typedef struct _GstStereo GstStereo;
typedef struct _GstStereoClass GstStereoClass;
struct _GstStereo
{
struct _GstStereo {
GstElement element;
GstPad *sinkpad,*srcpad;
@ -55,8 +53,7 @@ extern "C"
gfloat stereo;
};
struct _GstStereoClass
{
struct _GstStereoClass {
GstElementClass parent_class;
};