From d999b480e59995aa08c397ea4ba8482edcfd5e2d Mon Sep 17 00:00:00 2001 From: Marian Gusatu <45270790+mariangusatu@users.noreply.github.com> Date: Wed, 22 Apr 2020 12:33:03 +0300 Subject: [PATCH] Rename Linked List.cpp to linked_list.cpp fix: reverse check for empty list + cpplint identation --- data_structure/{Linked List.cpp => linked_list.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename data_structure/{Linked List.cpp => linked_list.cpp} (100%) diff --git a/data_structure/Linked List.cpp b/data_structure/linked_list.cpp similarity index 100% rename from data_structure/Linked List.cpp rename to data_structure/linked_list.cpp