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

Unified Diff: base/lock_impl_posix.cc

Issue 42011: Normalize end of file newlines in base/. All files end in a single newline. (Closed)
Patch Set: Revert changed to third_party. Created 11 years, 9 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
« no previous file with comments | « base/lock_impl.h ('k') | base/md5.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/lock_impl_posix.cc
diff --git a/base/lock_impl_posix.cc b/base/lock_impl_posix.cc
index 6c7043631e4ae42050ed2f990cbbe8a34e7c5031..59f7793feee122d7ed41caf021568e7409c7c446 100644
--- a/base/lock_impl_posix.cc
+++ b/base/lock_impl_posix.cc
@@ -46,4 +46,3 @@ void LockImpl::Unlock() {
int rv = pthread_mutex_unlock(&os_lock_);
DCHECK(rv == 0);
}
-
« no previous file with comments | « base/lock_impl.h ('k') | base/md5.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698