gl/examples/generic: remove trailing whitespaces

This commit is contained in:
Luis de Bethencourt 2014-05-03 21:05:19 -04:00 committed by Tim-Philipp Müller
parent ea7c8f9771
commit f29a98cc5f
4 changed files with 84 additions and 93 deletions

View file

@ -75,7 +75,6 @@ static void reshapeCallback (GLuint width, GLuint height, gpointer data)
}
//client draw callback
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height, gpointer data)
{
static GLfloat xrot = 0;
@ -244,5 +243,4 @@ gint main (gint argc, gchar *argv[])
gst_object_unref (pipeline);
return 0;
}

View file

@ -100,7 +100,6 @@ static void reshapeCallback (GLuint width, GLuint height)
//client draw callback
static gboolean drawCallback (GLuint texture, GLuint width, GLuint height)
{
static GLfloat xrot = 0;
static GLfloat yrot = 0;
static GLfloat zrot = 0;
@ -320,6 +319,4 @@ gint main (gint argc, gchar *argv[])
gst_object_unref (pipeline);
return 0;
}

View file

@ -224,7 +224,6 @@ static void cb_new_pad (GstElement* decodebin, GstPad* pad, GstElement* element)
gint main (gint argc, gchar *argv[])
{
if (argc != 2)
{
g_warning ("usage: doublecube.exe videolocation\n");
@ -363,6 +362,4 @@ gint main (gint argc, gchar *argv[])
gst_object_unref (pipeline);
return 0;
}

View file

@ -274,5 +274,4 @@ gint main (gint argc, gchar *argv[])
gst_object_unref (pipeline);
return 0;
}