From aabf8300c3d6a496885f62424803904d379501ae Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Thu, 12 Jan 2017 09:20:04 +0100 Subject: [PATCH] Removed non-ASCII characters --- common/gal/opengl/gl_builtin_shaders.cpp | 4 ++-- common/gal/opengl/opengl_compositor.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/gal/opengl/gl_builtin_shaders.cpp b/common/gal/opengl/gl_builtin_shaders.cpp index fa875c4f7f..450960a766 100644 --- a/common/gal/opengl/gl_builtin_shaders.cpp +++ b/common/gal/opengl/gl_builtin_shaders.cpp @@ -335,7 +335,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE( * * The shader has three passes, chained together as follows: * - * |input|------------------· + * |input|------------------\ * v | * [ SMAA*EdgeDetection ] | * v | @@ -345,7 +345,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE( * v | * |blendTex| | * v | - * [ SMAANeighborhoodBlending ] <------· + * [ SMAANeighborhoodBlending ] <------/ * v * |output| * diff --git a/common/gal/opengl/opengl_compositor.cpp b/common/gal/opengl/opengl_compositor.cpp index 062fcfd1fd..3e040d9148 100644 --- a/common/gal/opengl/opengl_compositor.cpp +++ b/common/gal/opengl/opengl_compositor.cpp @@ -1,4 +1,4 @@ -/* +/* * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2013-2016 CERN