summaryrefslogtreecommitdiff
path: root/lib/chef/win32/api/memory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/api/memory.rb')
-rw-r--r--lib/chef/win32/api/memory.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/win32/api/memory.rb b/lib/chef/win32/api/memory.rb
index abd1191718..2c3e305f08 100644
--- a/lib/chef/win32/api/memory.rb
+++ b/lib/chef/win32/api/memory.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/win32/api'
+require "chef/win32/api"
class Chef
module ReservedNames::Win32
@@ -48,7 +48,7 @@ class Chef
# Win32 API Bindings
###############################################
- ffi_lib 'kernel32'
+ ffi_lib "kernel32"
=begin
HLOCAL WINAPI LocalAlloc(