From 7115b71c353c004dbfe70a0d96012a2213e77405 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Feb 2016 07:12:18 -0500 Subject: whitespace cleanup --- public/java-segfault-redux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/java-segfault-redux.md') 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. -- cgit v1.2.3