From 4b1ce88935790db37acbc3b5ba8f16ab77e069b7 Mon Sep 17 00:00:00 2001 From: Marti Bolivar <mbolivar@leaflabs.com> Date: Wed, 6 Feb 2013 00:23:24 -0500 Subject: [PATCH] ProcessorList: add newline at EOF Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> --- Source/UI/ProcessorList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/UI/ProcessorList.cpp b/Source/UI/ProcessorList.cpp index b5ba74b5b..58bbd94d5 100755 --- a/Source/UI/ProcessorList.cpp +++ b/Source/UI/ProcessorList.cpp @@ -614,4 +614,4 @@ void ProcessorListItem::setParentName(const String& name) // } else { // color = Colour(20, 37, 92); - // } \ No newline at end of file + // } -- GitLab