From 1e2b818abb7d5e0193682e43382c0e991e306e09 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 23 Jan 2014 07:25:11 +0100 Subject: whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/datastructures/linkedlists/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datastructures/linkedlists/template b/src/datastructures/linkedlists/template index 07ceb60..c2ff722 100644 --- a/src/datastructures/linkedlists/template +++ b/src/datastructures/linkedlists/template @@ -232,7 +232,7 @@ £>if (( with_head )); then else this.head = node.next; -£>fi +£>fi if (node.next != null) node.next.previous = node.previous; £>if (( with_tail )); then -- cgit v1.2.3-70-g09d2