diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:33:53 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:33:53 +0000 |
commit | 0c581e6da36097611f471ed626a26fa2fad3389d (patch) | |
tree | 6c93c89345a3d9fa5e1d8d713fdece19d74ba360 /net/ftp | |
parent | 8867740b27c92e498dc548c15bbaea8579cdd550 (diff) | |
download | chromium_src-0c581e6da36097611f471ed626a26fa2fad3389d.zip chromium_src-0c581e6da36097611f471ed626a26fa2fad3389d.tar.gz chromium_src-0c581e6da36097611f471ed626a26fa2fad3389d.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in net/. All files end in a single newline.
Review URL: http://codereview.chromium.org/43079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ftp')
-rw-r--r-- | net/ftp/ftp_auth_cache.cc | 1 | ||||
-rw-r--r-- | net/ftp/ftp_auth_cache.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/ftp/ftp_auth_cache.cc b/net/ftp/ftp_auth_cache.cc index 8f1d18a..007f167 100644 --- a/net/ftp/ftp_auth_cache.cc +++ b/net/ftp/ftp_auth_cache.cc @@ -32,4 +32,3 @@ FtpAuthCache::AuthCacheKey FtpAuthCache::MakeKey(const GURL& origin) { } } // namespace net - diff --git a/net/ftp/ftp_auth_cache.h b/net/ftp/ftp_auth_cache.h index 752842c..1bde911 100644 --- a/net/ftp/ftp_auth_cache.h +++ b/net/ftp/ftp_auth_cache.h @@ -55,4 +55,3 @@ class FtpAuthCache { } // namespace net #endif // NET_FTP_FTP_AUTH_CACHE_H_ - |