From b92f62f912d15b5db59483ea803fe1bb282ebc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 21 Aug 2020 10:37:33 +0200 Subject: Remove trailing whitespaces --- linux/IOPriorityPanel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux/IOPriorityPanel.c') diff --git a/linux/IOPriorityPanel.c b/linux/IOPriorityPanel.c index 2b315b82..22735bba 100644 --- a/linux/IOPriorityPanel.c +++ b/linux/IOPriorityPanel.c @@ -41,4 +41,3 @@ Panel* IOPriorityPanel_new(IOPriority currPrio) { IOPriority IOPriorityPanel_getIOPriority(Panel* this) { return (IOPriority) ( ((ListItem*) Panel_getSelected(this))->key ); } - -- cgit v1.2.3