summaryrefslogtreecommitdiff
path: root/public/java-segfault-redux.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-28 07:12:18 -0500
commit7115b71c353c004dbfe70a0d96012a2213e77405 (patch)
tree6c693dcc564023479560f10aeaea5ed0219dd652 /public/java-segfault-redux.md
parent9ea8568d0c333916833bee1eaf021334090486fd (diff)
whitespace cleanup
Diffstat (limited to 'public/java-segfault-redux.md')
-rw-r--r--public/java-segfault-redux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/java-segfault-redux.md b/public/java-segfault-redux.md
index cc4254d..be403ba 100644
--- a/public/java-segfault-redux.md
+++ b/public/java-segfault-redux.md
@@ -189,7 +189,7 @@ to this:
getWidth(); // bogus call to keep `this` around
return ret;
}
-
+
Yeah. After spending weeks wading through though thousands of lines
of Java, C, and C++, a bogus call to a method I didn't care about was
the fix.