diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 13:39:31 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 13:39:31 +0000 |
commit | 7afa9c92e0176b35a01fc28acbe7ca110a0d8871 (patch) | |
tree | 96bd357b7388e7b3b1a975b97fbb1383dac50872 /base/fix_wp64.h | |
parent | 094b8746f56ffbb937f16d2d11caa6ab61b52342 (diff) | |
download | chromium_src-7afa9c92e0176b35a01fc28acbe7ca110a0d8871.zip chromium_src-7afa9c92e0176b35a01fc28acbe7ca110a0d8871.tar.gz chromium_src-7afa9c92e0176b35a01fc28acbe7ca110a0d8871.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in base/. All files end in a single newline.
Review URL: http://codereview.chromium.org/42011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/fix_wp64.h')
-rw-r--r-- | base/fix_wp64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/fix_wp64.h b/base/fix_wp64.h index 6f7813c..0c4c0bb 100644 --- a/base/fix_wp64.h +++ b/base/fix_wp64.h @@ -73,4 +73,3 @@ inline LONG_PTR SetClassLongPtrW(HWND window, int index, LONG_PTR new_long) { #endif // #if !defined(_WIN64) && defined(_Wp64) #endif // BASE_FIX_WP64_H__ - |