summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-01-09 09:23:13 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-01-09 09:30:18 +0800
commit34b3953cc142d7cc4a1c81f09678f63a97643d60 (patch)
tree9652ddd8508ce23c4448b428371c6589dca0e34d
parent3b9be57159e7ee24a4ce9e329a60f3ed2a03dff4 (diff)
downloadlibva-intel-driver-34b3953cc142d7cc4a1c81f09678f63a97643d60.tar.gz
libva-intel-driver-34b3953cc142d7cc4a1c81f09678f63a97643d60.tar.bz2
libva-intel-driver-34b3953cc142d7cc4a1c81f09678f63a97643d60.zip
Remove the whitespace following trailing backslash in a Makefile.am
src/shaders/post_processing/gen8/Makefile.am:31: whitespace following trailing backslash src/shaders/post_processing/gen8/Makefile.am:32: whitespace following trailing backslash Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r--src/shaders/post_processing/gen8/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shaders/post_processing/gen8/Makefile.am b/src/shaders/post_processing/gen8/Makefile.am
index 50badf7..ee3f298 100644
--- a/src/shaders/post_processing/gen8/Makefile.am
+++ b/src/shaders/post_processing/gen8/Makefile.am
@@ -28,8 +28,8 @@ INTEL_PP_G8A = \
PA_AVS_Buf_3.g8a \
Save_AVS_NV12.g8a \
Save_AVS_PL3.g8a \
- Save_AVS_RGBX.g8a \
- Save_AVS_PA.g8a \
+ Save_AVS_RGBX.g8a \
+ Save_AVS_PA.g8a \
Set_AVS_Buf_0123_PL2.g8a \
Set_AVS_Buf_0123_PL3.g8a \
Set_AVS_Buf_0123_BGRA.g8a \