浏览代码

Resolve encoding issue introduced when line ending mix was fixed (#424)

* Resolve encoding issue introduced when line ending mix was fixed

* adding executiontest
Young Kim 8 年之前
父节点
当前提交
51f981b655
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      CMakeSettings.json
  2. 1 1
      docs/DXIL.rst
  3. 1 1
      tools/clang/unittests/HLSL/ExecutionTest.cpp
  4. 1 1
      tools/clang/unittests/HLSL/HlslTestUtils.h

+ 1 - 1
CMakeSettings.json

@@ -1,4 +1,4 @@
-{
+{
     // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
     "configurations": [
         {

+ 1 - 1
docs/DXIL.rst

@@ -1,4 +1,4 @@
-=============================
+=============================
 DirectX Intermediate Language
 =============================
 

+ 1 - 1
tools/clang/unittests/HLSL/ExecutionTest.cpp

@@ -1,4 +1,4 @@
-///////////////////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
 // ExecutionTest.cpp                                                         //
 // Copyright (C) Microsoft Corporation. All rights reserved.                 //

+ 1 - 1
tools/clang/unittests/HLSL/HlslTestUtils.h

@@ -1,4 +1,4 @@
-///////////////////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
 // HlslTestUtils.h                                                           //
 // Copyright (C) Microsoft Corporation. All rights reserved.                 //