From 63ea7bd21da8204f7fe5ab9caaf54028cf7cb40c Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Fri, 27 Nov 2020 17:58:03 +0100
Subject: Add missing whitespace

---
 src/PatchageModule.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 80cdf04..6135a0e 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -1,5 +1,5 @@
 /* This file is part of Patchage.
- * Copyright 2007-2014 David Robillard <http://drobilla.net>
+ * Copyright 2007-2020 David Robillard <d@drobilla.net>
  *
  * Patchage is free software: you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free
@@ -40,6 +40,7 @@ public:
 	               ModuleType         type,
 	               double             x = 0,
 	               double             y = 0);
+
 	~PatchageModule();
 
 	void split();
-- 
cgit v1.2.1