diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-23 07:25:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-23 07:25:11 +0100 |
commit | 1e2b818abb7d5e0193682e43382c0e991e306e09 (patch) | |
tree | 11ba7b1c82e6b5e0de9e91e71f21ea32860451d6 | |
parent | no hardcoding of gpp command (diff) | |
download | algorithms-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>
-rw-r--r-- | src/datastructures/linkedlists/template | 2 |
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 |