From 2a4feaa6cb9a5ee4326d96dedee055dac80eeb59 Mon Sep 17 00:00:00 2001 From: John Coulter Date: Mon, 10 Mar 2014 09:54:30 -0600 Subject: [PATCH] Cleanup whitespace in binding.gyp --- binding.gyp | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/binding.gyp b/binding.gyp index 11d0db8..4c5849c 100644 --- a/binding.gyp +++ b/binding.gyp @@ -2,8 +2,8 @@ "targets": [ { "target_name": "oracle_bindings", - "sources": [ "src/connection.cpp", - "src/oracle_bindings.cpp", + "sources": [ "src/connection.cpp", + "src/oracle_bindings.cpp", "src/executeBaton.cpp", "src/reader.cpp", "src/statement.cpp", @@ -12,42 +12,42 @@ ["OS=='mac'", { "xcode_settings": { "GCC_ENABLE_CPP_EXCEPTIONS": "YES", - "GCC_ENABLE_CPP_RTTI": "YES" + "GCC_ENABLE_CPP_RTTI": "YES" } }], ["OS!='win'", { "variables": { - "oci_include_dir%": "