and let's put a newline there...

Sun, 05 Mar 2017 16:55:48 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 05 Mar 2017 16:55:48 +0200
changeset 1190
2edf54a5e56a
parent 1189
0509b2b5eaa6
child 1191
26b3f1e80a9c

and let's put a newline there...

src/types/resourcevector.h file | annotate | diff | comparison | revisions
--- a/src/types/resourcevector.h	Sun Mar 05 16:54:42 2017 +0200
+++ b/src/types/resourcevector.h	Sun Mar 05 16:55:48 2017 +0200
@@ -30,6 +30,7 @@
 	using Callback = std::function<void(T*, int)>;
 
 	~ResourceVector();
+
 	void append(T) = delete;
 	template<typename TT = T, typename... Args>
 	TT* append(Args&&... args);

mercurial