From 36dcefdc455ef5ec4cd2d8c0efc40da49cdf28b5 Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Wed, 11 Mar 2009 15:17:55 +0000 Subject: NO CODE CHANGE Normalize end of file newlines in build/ media/ printing/ testing/ and tools/. All files end in a single newline. Review URL: http://codereview.chromium.org/43082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11449 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/gtk_clipboard_dump/gtk_clipboard_dump.cc | 1 - tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h | 1 - tools/memory_watcher/call_stack.cc | 1 - tools/memory_watcher/call_stack.h | 1 - tools/memory_watcher/dllmain.cc | 1 - tools/memory_watcher/hotkey.h | 1 - tools/memory_watcher/memory_hook.cc | 1 - tools/memory_watcher/memory_hook.h | 1 - tools/memory_watcher/memory_watcher.cc | 2 -- tools/memory_watcher/memory_watcher.h | 1 - tools/traceline/traceline/sidestep/mini_disassembler.h | 1 - tools/traceline/traceline/sidestep/mini_disassembler_types.h | 1 - 12 files changed, 13 deletions(-) (limited to 'tools') diff --git a/tools/gtk_clipboard_dump/gtk_clipboard_dump.cc b/tools/gtk_clipboard_dump/gtk_clipboard_dump.cc index 9876e02..9d00ddb 100644 --- a/tools/gtk_clipboard_dump/gtk_clipboard_dump.cc +++ b/tools/gtk_clipboard_dump/gtk_clipboard_dump.cc @@ -38,4 +38,3 @@ int main(int argc, char* argv[]) { printf("\n\n"); } } - diff --git a/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h b/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h index 8fe07ac..e52e550 100644 --- a/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h +++ b/tools/measure_page_load_time/ie_bho/MeasurePageLoadTimeBHO.h @@ -86,4 +86,3 @@ private: }; OBJECT_ENTRY_AUTO(__uuidof(MeasurePageLoadTimeBHO), CMeasurePageLoadTimeBHO) - diff --git a/tools/memory_watcher/call_stack.cc b/tools/memory_watcher/call_stack.cc index ff73278..490d3f5 100644 --- a/tools/memory_watcher/call_stack.cc +++ b/tools/memory_watcher/call_stack.cc @@ -373,4 +373,3 @@ void AllocationStack::operator delete(void* ptr) { stack->next_ = freelist_; freelist_ = stack; } - diff --git a/tools/memory_watcher/call_stack.h b/tools/memory_watcher/call_stack.h index 02fc1fd..e526969 100644 --- a/tools/memory_watcher/call_stack.h +++ b/tools/memory_watcher/call_stack.h @@ -111,4 +111,3 @@ class AllocationStack : public CallStack { }; #endif // MEMORY_WATCHER_CALL_STACK_H_ - diff --git a/tools/memory_watcher/dllmain.cc b/tools/memory_watcher/dllmain.cc index 21fd574..a7d69f4 100644 --- a/tools/memory_watcher/dllmain.cc +++ b/tools/memory_watcher/dllmain.cc @@ -143,4 +143,3 @@ __declspec(dllexport) void __cdecl SetLogName(char* name) { } } // extern "C" - diff --git a/tools/memory_watcher/hotkey.h b/tools/memory_watcher/hotkey.h index ba3b692..c7b44e7 100644 --- a/tools/memory_watcher/hotkey.h +++ b/tools/memory_watcher/hotkey.h @@ -47,4 +47,3 @@ END_MSG_MAP() }; #endif // TOOLS_MEMORY_WATCHER_HOTKEY_H_ - diff --git a/tools/memory_watcher/memory_hook.cc b/tools/memory_watcher/memory_hook.cc index 81047a2..9c8bc03 100644 --- a/tools/memory_watcher/memory_hook.cc +++ b/tools/memory_watcher/memory_hook.cc @@ -553,4 +553,3 @@ void MemoryHook::OnUntrack(HANDLE heap, int32 id, int32 size) { if (watcher_) watcher_->OnUntrack(heap, id, size); } - diff --git a/tools/memory_watcher/memory_hook.h b/tools/memory_watcher/memory_hook.h index 131a38e..1980b37 100644 --- a/tools/memory_watcher/memory_hook.h +++ b/tools/memory_watcher/memory_hook.h @@ -136,4 +136,3 @@ class MemoryHook : MemoryObserver { }; #endif // MEMORY_WATCHER_MEMORY_HOOK_ - diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc index 9b6e3ed..0d05fcb 100644 --- a/tools/memory_watcher/memory_watcher.cc +++ b/tools/memory_watcher/memory_watcher.cc @@ -204,5 +204,3 @@ void MemoryWatcher::DumpLeaks() { fprintf(file_, "Total Bytes: %d\n", block_map_size_); CloseLogFile(); } - - diff --git a/tools/memory_watcher/memory_watcher.h b/tools/memory_watcher/memory_watcher.h index d5a1d10..62f51d8 100644 --- a/tools/memory_watcher/memory_watcher.h +++ b/tools/memory_watcher/memory_watcher.h @@ -88,4 +88,3 @@ class MemoryWatcher : MemoryObserver { #endif // MEMORY_WATCHER_ - diff --git a/tools/traceline/traceline/sidestep/mini_disassembler.h b/tools/traceline/traceline/sidestep/mini_disassembler.h index c62d006..ec8b872 100755 --- a/tools/traceline/traceline/sidestep/mini_disassembler.h +++ b/tools/traceline/traceline/sidestep/mini_disassembler.h @@ -153,4 +153,3 @@ class MiniDisassembler { }; // namespace sidestep #endif // TRACELINE_SIDESTEP_MINI_DISASSEMBLER_H_ - diff --git a/tools/traceline/traceline/sidestep/mini_disassembler_types.h b/tools/traceline/traceline/sidestep/mini_disassembler_types.h index 60f3051..cb9e006 100755 --- a/tools/traceline/traceline/sidestep/mini_disassembler_types.h +++ b/tools/traceline/traceline/sidestep/mini_disassembler_types.h @@ -195,4 +195,3 @@ struct ModrmEntry { }; // namespace sidestep #endif // TRACELINE_SIDESTEP_MINI_DISASSEMBLER_TYPES_H_ - -- cgit v1.1