Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NotNaCl/Program.cs

Issue 10908249: Remove windows line ending from repo files (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: fix copyright headers Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 namespace NotNaCl 1 namespace NotNaCl
2 { 2 {
3 /// <summary> 3 /// <summary>
4 /// This project is used in tests to ensure that the add-in doesn't run 4 /// This project is used in tests to ensure that the add-in doesn't run
5 /// when a non-NaCl/Pepper project is the start-up project, and that non-NaCl/ pepper 5 /// when a non-NaCl/Pepper project is the start-up project, and that non-NaCl/ pepper
6 /// projects still compile correctly when part of a solution containing NaCl p rojects. 6 /// projects still compile correctly when part of a solution containing NaCl p rojects.
7 /// </summary> 7 /// </summary>
8 class Program 8 class Program
9 { 9 {
10 static void Main(string[] args) 10 static void Main(string[] args)
11 { 11 {
12 } 12 }
13 } 13 }
14 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698