Browse Source

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 years ago
parent
commit
51f981b655

+ 1 - 1
CMakeSettings.json

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

+ 1 - 1
docs/DXIL.rst

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

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

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

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

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