aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrMemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrMemory.cpp')
-rw-r--r--src/gpu/GrMemory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrMemory.cpp b/src/gpu/GrMemory.cpp
index f6d3c7f06e..bf96b0bc31 100644
--- a/src/gpu/GrMemory.cpp
+++ b/src/gpu/GrMemory.cpp
@@ -24,5 +24,3 @@ void GrFree(void* ptr) {
::free(ptr);
}
}
-
-