aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/template
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-01-23 07:25:11 +0100
committerMattias Andrée <maandree@operamail.com>2014-01-23 07:25:11 +0100
commit1e2b818abb7d5e0193682e43382c0e991e306e09 (patch)
tree11ba7b1c82e6b5e0de9e91e71f21ea32860451d6 /src/datastructures/linkedlists/template
parentno hardcoding of gpp command (diff)
downloadalgorithms-and-data-structures-1e2b818abb7d5e0193682e43382c0e991e306e09.tar.gz
algorithms-and-data-structures-1e2b818abb7d5e0193682e43382c0e991e306e09.tar.bz2
algorithms-and-data-structures-1e2b818abb7d5e0193682e43382c0e991e306e09.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/datastructures/linkedlists/template')
-rw-r--r--src/datastructures/linkedlists/template2
1 files changed, 1 insertions, 1 deletions
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