commit | bda03db28935eef7f9a3aae05fdedca57cd984ad | [log] [tgz] |
---|---|---|
author | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 14 20:27:54 2012 +0000 |
committer | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 14 20:27:54 2012 +0000 |
tree | 37407da5f43b40f6c0edd8e434033fdf33904c32 | |
parent | c0f1dfb4ed6133dec29b30ef4c5da68008f2d34f [diff] [blame] |
Fixing source files that do not have newlines at the end. Found using the new unsubmitted newline_checker slave script: piraeus.cnc.corp.google.com:10125/builders/Skia_House_Keeping/builds/5/steps/shell_1/logs/stdio Review URL: https://codereview.appspot.com/6443124 git-svn-id: http://skia.googlecode.com/svn/trunk@5097 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Debugger/DebuggerCommandsView.cpp b/experimental/Debugger/DebuggerCommandsView.cpp index 7c16a6d..bd1fe03 100644 --- a/experimental/Debugger/DebuggerCommandsView.cpp +++ b/experimental/Debugger/DebuggerCommandsView.cpp
@@ -141,4 +141,5 @@ r = SkRect::MakeXYWH(this->width() - SKDEBUGGER_RESIZEBARSIZE, 0, SKDEBUGGER_RESIZEBARSIZE, this->height()); canvas->drawRect(r, p); -} \ No newline at end of file +} +