diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2008-11-07 09:55:13 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2008-11-07 09:55:13 +1000 |
commit | 984d90c98efc8a2e1d63eaa1cb2cf447f7497b66 (patch) | |
tree | c36c9cf5f923e82976b3f47fada298a66b2e9b0a /nbproject/configurations.xml | |
parent | 96d29f0a92115e6e31d94f8ab55267d88005f885 (diff) | |
download | ffi-984d90c98efc8a2e1d63eaa1cb2cf447f7497b66.tar.gz |
Add newlines at the ends of a couple of files
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index e4c5531..30c1d38 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -46,6 +46,7 @@ <itemPath>specs/callback_spec.rb</itemPath> <itemPath>specs/pointer_spec.rb</itemPath> <itemPath>specs/spec_helper.rb</itemPath> + <itemPath>specs/string_spec.rb</itemPath> </logicalFolder> </logicalFolder> <logicalFolder name="ExternalFiles" @@ -199,6 +200,9 @@ <item path="specs/spec_helper.rb"> <itemTool>3</itemTool> </item> + <item path="specs/string_spec.rb"> + <itemTool>3</itemTool> + </item> </conf> </confs> </configurationDescriptor> |