[g3dvl] revert some unintended white space changes
authorChristian König <deathsimple@vodafone.de>
Mon, 11 Jul 2011 12:36:03 +0000 (14:36 +0200)
committerChristian König <deathsimple@vodafone.de>
Mon, 11 Jul 2011 12:36:03 +0000 (14:36 +0200)
src/gallium/include/pipe/p_screen.h

index b77cf24..87fdb20 100644 (file)
@@ -1,8 +1,8 @@
 /**************************************************************************
- *
+ * 
  * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
  * All Rights Reserved.
- *
+ * 
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the
  * "Software"), to deal in the Software without restriction, including
  * distribute, sub license, and/or sell copies of the Software, and to
  * permit persons to whom the Software is furnished to do so, subject to
  * the following conditions:
- *
+ * 
  * The above copyright notice and this permission notice (including the
  * next paragraph) shall be included in all copies or substantial portions
  * of the Software.
- *
+ * 
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
+ * 
  **************************************************************************/
 
 /**
  * @file
- *
+ * 
  * Screen, Adapter or GPU
  *
  * These are driver functions/facilities that are context independent.
@@ -96,9 +96,12 @@ struct pipe_screen {
     * Query an integer-valued capability/parameter/limit for a codec/profile
     * \param param  one of PIPE_VIDEO_CAP_x
     */
-   int (*get_video_param)( struct pipe_screen *, enum pipe_video_profile profile, enum pipe_video_cap param );
+   int (*get_video_param)( struct pipe_screen *,
+                          enum pipe_video_profile profile,
+                          enum pipe_video_cap param );
 
-   struct pipe_context * (*context_create)( struct pipe_screen *, void *priv );
+   struct pipe_context * (*context_create)( struct pipe_screen *,
+                                           void *priv );
 
    /**
     * Check if the given pipe_format is supported as a texture or
@@ -110,7 +113,7 @@ struct pipe_screen {
                                    enum pipe_texture_target target,
                                    unsigned sample_count,
                                    unsigned bindings );
-                                   
+
    /**
     * Check if the given pipe_format is supported as output for this codec/profile.
     * \param profile  profile to check, may also be PIPE_VIDEO_PROFILE_UNKNOWN