]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/custom_shape_types.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / visualization / galaktos / custom_shape_types.h
index 23b69e9fa21a390e0ad67cf209ddf1609a7e6c35..b72326e1ed6daa1bb6f578b231ae0fb5ce9901e5 100644 (file)
@@ -23,7 +23,7 @@ typedef struct CUSTOM_SHAPE_T {
 
   double tex_zoom;
   double tex_ang;
-  
   double x; /* x position for per point equations */
   double y; /* y position for per point equations */
   double rad;
@@ -67,8 +67,8 @@ typedef struct CUSTOM_SHAPE_T {
   char per_frame_eqn_string_buffer[STRING_BUFFER_SIZE];
   char per_frame_init_eqn_string_buffer[STRING_BUFFER_SIZE];
   /* Per point equation array */
-  
-  
 } custom_shape_t;