mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
This commit is contained in:
parent
89b52fa125
commit
583a2aa96b
1 changed files with 16 additions and 19 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue