summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
commitb6f87899677d55b5830f005e00df61d387c6b548 (patch)
tree3becccc1e5fd36eda47930c66df3a3a9ee332f00 /chrome/tools
parent2fcccc7295206f24e1bc8526b40273cc6c30373e (diff)
downloadchromium_src-b6f87899677d55b5830f005e00df61d387c6b548.zip
chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.gz
chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.bz2
NO CODE CHANGE
Normalize end of file newlines in chrome/. All files end in a single newline. Review URL: http://codereview.chromium.org/42015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/build/win/precompiled.h2
-rw-r--r--chrome/tools/build/win/precompiled_wtl.h1
-rw-r--r--chrome/tools/convert_dict/aff_reader.cc1
-rw-r--r--chrome/tools/convert_dict/aff_reader.h1
-rw-r--r--chrome/tools/convert_dict/convert_dict.cc1
-rw-r--r--chrome/tools/convert_dict/dic_reader.cc1
-rw-r--r--chrome/tools/convert_dict/dic_reader.h1
-rw-r--r--chrome/tools/convert_dict/hunspell_reader.cc2
-rw-r--r--chrome/tools/convert_dict/hunspell_reader.h2
-rw-r--r--chrome/tools/crash_service/crash_service.cc1
-rw-r--r--chrome/tools/crash_service/crash_service.h1
-rw-r--r--chrome/tools/crash_service/main.cc1
-rw-r--r--chrome/tools/perf/flush_cache/flush_cache.cc1
13 files changed, 0 insertions, 16 deletions
diff --git a/chrome/tools/build/win/precompiled.h b/chrome/tools/build/win/precompiled.h
index 9a6a59b..4b8e79b 100644
--- a/chrome/tools/build/win/precompiled.h
+++ b/chrome/tools/build/win/precompiled.h
@@ -38,5 +38,3 @@
#include <string>
#include <strstream>
#include <vector>
-
-
diff --git a/chrome/tools/build/win/precompiled_wtl.h b/chrome/tools/build/win/precompiled_wtl.h
index f9ebe7b..55a5664 100644
--- a/chrome/tools/build/win/precompiled_wtl.h
+++ b/chrome/tools/build/win/precompiled_wtl.h
@@ -17,4 +17,3 @@
#include <atlctrls.h>
#include <atlcrack.h>
#include <atltheme.h>
-
diff --git a/chrome/tools/convert_dict/aff_reader.cc b/chrome/tools/convert_dict/aff_reader.cc
index 2e0d8b3..372033a 100644
--- a/chrome/tools/convert_dict/aff_reader.cc
+++ b/chrome/tools/convert_dict/aff_reader.cc
@@ -291,4 +291,3 @@ void AffReader::HandleEncodedCommand(const std::string& line) {
}
} // namespace convert_dict
-
diff --git a/chrome/tools/convert_dict/aff_reader.h b/chrome/tools/convert_dict/aff_reader.h
index efcb213..411bde8 100644
--- a/chrome/tools/convert_dict/aff_reader.h
+++ b/chrome/tools/convert_dict/aff_reader.h
@@ -104,4 +104,3 @@ class AffReader {
} // namespace convert_dict
#endif // CHROME_TOOLS_CONVERT_DICT_AFF_READER_H__
-
diff --git a/chrome/tools/convert_dict/convert_dict.cc b/chrome/tools/convert_dict/convert_dict.cc
index ce17dc7..b67ed19 100644
--- a/chrome/tools/convert_dict/convert_dict.cc
+++ b/chrome/tools/convert_dict/convert_dict.cc
@@ -127,4 +127,3 @@ int main(int argc, char* argv[]) {
return 0;
}
-
diff --git a/chrome/tools/convert_dict/dic_reader.cc b/chrome/tools/convert_dict/dic_reader.cc
index 6035d23..70c30a9 100644
--- a/chrome/tools/convert_dict/dic_reader.cc
+++ b/chrome/tools/convert_dict/dic_reader.cc
@@ -173,4 +173,3 @@ bool DicReader::Read(AffReader* aff_reader) {
}
} // namespace convert_dict
-
diff --git a/chrome/tools/convert_dict/dic_reader.h b/chrome/tools/convert_dict/dic_reader.h
index 32d6eff..22b20a8 100644
--- a/chrome/tools/convert_dict/dic_reader.h
+++ b/chrome/tools/convert_dict/dic_reader.h
@@ -44,4 +44,3 @@ class DicReader {
} // namespace convert_dict
#endif // CHROME_TOOLS_CONVERT_DICT_DIC_READER_H__
-
diff --git a/chrome/tools/convert_dict/hunspell_reader.cc b/chrome/tools/convert_dict/hunspell_reader.cc
index 5d14174..c04b165 100644
--- a/chrome/tools/convert_dict/hunspell_reader.cc
+++ b/chrome/tools/convert_dict/hunspell_reader.cc
@@ -44,5 +44,3 @@ void StripComment(std::string* line) {
}
} // namespace convert_dict
-
-
diff --git a/chrome/tools/convert_dict/hunspell_reader.h b/chrome/tools/convert_dict/hunspell_reader.h
index 461ebdb..bc7c8c5 100644
--- a/chrome/tools/convert_dict/hunspell_reader.h
+++ b/chrome/tools/convert_dict/hunspell_reader.h
@@ -23,5 +23,3 @@ void StripComment(std::string* line);
} // namespace convert_dict
#endif // CHROME_TOOLS_DIC_CONVERTER_HUNSPELL_READER_H__
-
-
diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
index 56f524b..fc921b2 100644
--- a/chrome/tools/crash_service/crash_service.cc
+++ b/chrome/tools/crash_service/crash_service.cc
@@ -428,4 +428,3 @@ int CrashService::ProcessingLoop() {
return static_cast<int>(msg.wParam);
}
-
diff --git a/chrome/tools/crash_service/crash_service.h b/chrome/tools/crash_service/crash_service.h
index 46aa160..0edee38 100644
--- a/chrome/tools/crash_service/crash_service.h
+++ b/chrome/tools/crash_service/crash_service.h
@@ -111,4 +111,3 @@ class CrashService {
#endif // CHROME_TOOLS_CRASH_SERVICE__
-
diff --git a/chrome/tools/crash_service/main.cc b/chrome/tools/crash_service/main.cc
index 8aabf2e..d6a1a20 100644
--- a/chrome/tools/crash_service/main.cc
+++ b/chrome/tools/crash_service/main.cc
@@ -64,4 +64,3 @@ int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line,
LOG(INFO) << "session end. return code is " << retv;
return retv;
}
-
diff --git a/chrome/tools/perf/flush_cache/flush_cache.cc b/chrome/tools/perf/flush_cache/flush_cache.cc
index e178da4e..5fe9296 100644
--- a/chrome/tools/perf/flush_cache/flush_cache.cc
+++ b/chrome/tools/perf/flush_cache/flush_cache.cc
@@ -30,4 +30,3 @@ int main(int argc, const char* argv[]) {
return 0;
}
-