diff options
author | Ian Romanick <[email protected]> | 2015-08-19 19:24:45 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-09-10 11:36:03 -0700 |
commit | aa1a5c0c9e0de71ecd15e7190c121d6dd98471a6 (patch) | |
tree | 456e60b7b468c4c04359fbc2e3e3072be2718524 /src/mesa/drivers/dri/i965/brw_clear.c | |
parent | a9b143a648ff77ac76ff6f4580559f1a061e37f9 (diff) |
i965: Remove horizontal bars from file header comments
Why was that ever a thing?
Signed-off-by: Ian Romanick <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_clear.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_clear.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_clear.c b/src/mesa/drivers/dri/i965/brw_clear.c index f981388ef1a..51f76f489c6 100644 --- a/src/mesa/drivers/dri/i965/brw_clear.c +++ b/src/mesa/drivers/dri/i965/brw_clear.c @@ -1,5 +1,4 @@ -/************************************************************************** - * +/* * Copyright 2003 VMware, Inc. * Copyright 2009, 2012 Intel Corporation. * All Rights Reserved. @@ -23,8 +22,7 @@ * 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. - * - **************************************************************************/ + */ #include "main/glheader.h" #include "main/mtypes.h" |