From 162308c36dadbc5384d9074f6542b6105b2b8c52 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 May 2011 23:32:42 +0000 Subject: Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except with modifications to not add broken indentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3263 a436a847-0d15-0410-975c-d299462d15a1 --- src/bindings/ingen_bindings.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bindings/ingen_bindings.hpp') diff --git a/src/bindings/ingen_bindings.hpp b/src/bindings/ingen_bindings.hpp index f76a4ea7..d4b2603b 100644 --- a/src/bindings/ingen_bindings.hpp +++ b/src/bindings/ingen_bindings.hpp @@ -8,8 +8,8 @@ class World; extern World* ingen_world; extern "C" { - bool run(World* world, const char* filename); - void script_iteration(World* world); + bool run(World* world, const char* filename); + void script_iteration(World* world); } } // namespace Shared -- cgit v1.2.1