commit 317d0e628785db418f42cb7255fb6413d57f3daf parent b051b6199c81e007d4ec6106887b41f03cd86472 Author: cfillion <cfillion@users.noreply.github.com> Date: Tue, 24 Nov 2015 01:23:09 -0500 add an extra newline to make the code prettier Diffstat:
M | src/reapack.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -25,6 +25,7 @@ bool ReaPack::execActions(const int id, const int) return false; m_actions.at(id)(); + return true; }