From 5c2e4bbff7a2c9d8f59620b10a5ce6ff15bd9b01 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 23 Jan 2014 12:15:43 +0100 Subject: m + code deduplication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/datastructures/linkedlists/ArrayCircularDoublyLinkedList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastructures/linkedlists/ArrayCircularDoublyLinkedList.java') diff --git a/src/datastructures/linkedlists/ArrayCircularDoublyLinkedList.java b/src/datastructures/linkedlists/ArrayCircularDoublyLinkedList.java index 7be7dae..a72847c 100644 --- a/src/datastructures/linkedlists/ArrayCircularDoublyLinkedList.java +++ b/src/datastructures/linkedlists/ArrayCircularDoublyLinkedList.java @@ -27,5 +27,5 @@ package datastructures.linkedlists; * @param The value stored in the structure */ £>export name=ArrayCircularDoublyLinkedList with_sentinel=0 with_head=0 with_tail=0 with_prev=1 -£>$GPP -s £ < src/datastructures/linkedlists/array-template | sed -e '/^[/ ]\*/d' +£>$GPP -s £ < src/datastructures/linkedlists/array-template | sed -e '/^[/ ]\*/d' -e '/^$/d' -- cgit v1.2.3-70-g09d2