From cf8fa673647b05f9e42b7ab1f283eef781da50b1 Mon Sep 17 00:00:00 2001 From: Tim Rowley Date: Wed, 15 Mar 2017 15:40:31 -0500 Subject: [PATCH] swr: [rasterizer codegen] Remove BOM from knob_defs.py Reviewed-by: Bruce Cherniak --- src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py b/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py index 3c6940d..0c39a77 100644 --- a/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py +++ b/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Intel Corporation. All Rights Reserved. +# Copyright (C) 2014-2016 Intel Corporation. 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"), -- 2.7.4