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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NotNaCl/Program.cs
diff --git a/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NotNaCl/Program.cs b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NotNaCl/Program.cs
index f45a93f4c004ba75b80c51297783749ba614ae9c..41c50309bb94d38054c7db0c8fba1293b3b51eab 100644
--- a/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NotNaCl/Program.cs
+++ b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NotNaCl/Program.cs
@@ -1,14 +1,14 @@
-namespace NotNaCl
-{
- /// <summary>
- /// This project is used in tests to ensure that the add-in doesn't run
- /// when a non-NaCl/Pepper project is the start-up project, and that non-NaCl/pepper
- /// projects still compile correctly when part of a solution containing NaCl projects.
- /// </summary>
- class Program
- {
- static void Main(string[] args)
- {
- }
- }
-}
+namespace NotNaCl
+{
+ /// <summary>
+ /// This project is used in tests to ensure that the add-in doesn't run
+ /// when a non-NaCl/Pepper project is the start-up project, and that non-NaCl/pepper
+ /// projects still compile correctly when part of a solution containing NaCl projects.
+ /// </summary>
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698