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

Unified Diff: debugger/base/debug_system.h

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: debugger/base/debug_system.h
diff --git a/debugger/base/debug_system.h b/debugger/base/debug_system.h
index fab2ee9a28335de5dcc020ae23479654bbe4085f..6c498b87b9c571dcd928126cc2567c09f2a1779e 100644
--- a/debugger/base/debug_system.h
+++ b/debugger/base/debug_system.h
@@ -1,9 +1,9 @@
-#pragma once
-#include <string>
-
-namespace debug {
-class System {
- public:
- static std::string GetLastErrorDescription(int error_code = 0);
-};
+#pragma once
+#include <string>
+
+namespace debug {
+class System {
+ public:
+ static std::string GetLastErrorDescription(int error_code = 0);
+};
} // namespace debug

Powered by Google App Engine
This is Rietveld 408576698