aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Debugger/DebuggerCommandsView.cpp
diff options
context:
space:
mode:
authorGravatar rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-14 20:27:54 +0000
committerGravatar rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-14 20:27:54 +0000
commitbda03db28935eef7f9a3aae05fdedca57cd984ad (patch)
tree37407da5f43b40f6c0edd8e434033fdf33904c32 /experimental/Debugger/DebuggerCommandsView.cpp
parentc0f1dfb4ed6133dec29b30ef4c5da68008f2d34f (diff)
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
Diffstat (limited to 'experimental/Debugger/DebuggerCommandsView.cpp')
-rw-r--r--experimental/Debugger/DebuggerCommandsView.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/experimental/Debugger/DebuggerCommandsView.cpp b/experimental/Debugger/DebuggerCommandsView.cpp
index 7c16a6da89..bd1fe03b61 100644
--- a/experimental/Debugger/DebuggerCommandsView.cpp
+++ b/experimental/Debugger/DebuggerCommandsView.cpp
@@ -141,4 +141,5 @@ void DebuggerCommandsView::onDraw(SkCanvas* canvas) {
r = SkRect::MakeXYWH(this->width() - SKDEBUGGER_RESIZEBARSIZE, 0,
SKDEBUGGER_RESIZEBARSIZE, this->height());
canvas->drawRect(r, p);
-} \ No newline at end of file
+}
+