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
Esse commit está contido em:
deanm@chromium.org
2009-03-11 15:17:55 +00:00
commit 456b790085
23 arquivos alterados com 0 adições e 25 exclusões
-1
Ver Arquivo
@@ -66,4 +66,3 @@
#endif
#endif // BUILD_BUILD_CONFIG_H_
-1
Ver Arquivo
@@ -160,4 +160,3 @@ class AudioManager {
#endif // MEDIA_AUDIO_AUDIO_OUTPUT_H_
-1
Ver Arquivo
@@ -40,4 +40,3 @@ class AudioManagerWin : public AudioManager {
};
#endif // MEDIA_AUDIO_AUDIO_MANAGER_WIN_H_
@@ -283,4 +283,3 @@ TEST(WinAudioTest, PCMWaveStreamPlay200HzTone22Kss) {
oas->Stop();
oas->Close();
}
-1
Ver Arquivo
@@ -251,4 +251,3 @@ void PCMWaveOutAudioOutputStream::WaveCallback(HWAVEOUT hwo, UINT msg,
obj->callback_->OnClose(obj);
}
}
-1
Ver Arquivo
@@ -103,4 +103,3 @@ class PCMWaveOutAudioOutputStream : public AudioOutputStream {
};
#endif // MEDIA_AUDIO_WAVEOUT_OUTPUT_WIN_H_
-1
Ver Arquivo
@@ -186,4 +186,3 @@ void ConvertYV12ToRGB32(const uint8* yplane,
}
} // namespace media
-1
Ver Arquivo
@@ -23,4 +23,3 @@ void ConvertYV12ToRGB32(const uint8* yplane,
#endif // MEDIA_BASE_YUV_CONVERT_H_
} // namespace media
-1
Ver Arquivo
@@ -61,4 +61,3 @@ TEST(YuvConvertTest, Basic) {
EXPECT_EQ(rgb_diff, 0);
}
-1
Ver Arquivo
@@ -51,4 +51,3 @@ TEST(UnitsTest, Convertions) {
ConvertHundredThousanthMeterToMilliInch(-kHundrethsMMPerInch));
EXPECT_EQ(0, ConvertHundredThousanthMeterToMilliInch(0));
}
-2
Ver Arquivo
@@ -32,5 +32,3 @@ typedef testing::Test PlatformTest;
#endif // GTEST_OS_MAC
#endif // TESTING_PLATFORM_TEST_H_
@@ -38,4 +38,3 @@ int main(int argc, char* argv[]) {
printf("\n\n");
}
}
@@ -86,4 +86,3 @@ private:
};
OBJECT_ENTRY_AUTO(__uuidof(MeasurePageLoadTimeBHO), CMeasurePageLoadTimeBHO)
-1
Ver Arquivo
@@ -373,4 +373,3 @@ void AllocationStack::operator delete(void* ptr) {
stack->next_ = freelist_;
freelist_ = stack;
}
-1
Ver Arquivo
@@ -111,4 +111,3 @@ class AllocationStack : public CallStack {
};
#endif // MEMORY_WATCHER_CALL_STACK_H_
-1
Ver Arquivo
@@ -143,4 +143,3 @@ __declspec(dllexport) void __cdecl SetLogName(char* name) {
}
} // extern "C"
-1
Ver Arquivo
@@ -47,4 +47,3 @@ END_MSG_MAP()
};
#endif // TOOLS_MEMORY_WATCHER_HOTKEY_H_
-1
Ver Arquivo
@@ -553,4 +553,3 @@ void MemoryHook::OnUntrack(HANDLE heap, int32 id, int32 size) {
if (watcher_)
watcher_->OnUntrack(heap, id, size);
}
-1
Ver Arquivo
@@ -136,4 +136,3 @@ class MemoryHook : MemoryObserver {
};
#endif // MEMORY_WATCHER_MEMORY_HOOK_
-2
Ver Arquivo
@@ -204,5 +204,3 @@ void MemoryWatcher::DumpLeaks() {
fprintf(file_, "Total Bytes: %d\n", block_map_size_);
CloseLogFile();
}
-1
Ver Arquivo
@@ -88,4 +88,3 @@ class MemoryWatcher : MemoryObserver {
#endif // MEMORY_WATCHER_
@@ -153,4 +153,3 @@ class MiniDisassembler {
}; // namespace sidestep
#endif // TRACELINE_SIDESTEP_MINI_DISASSEMBLER_H_
@@ -195,4 +195,3 @@ struct ModrmEntry {
}; // namespace sidestep
#endif // TRACELINE_SIDESTEP_MINI_DISASSEMBLER_TYPES_H_