Handle REFIIDs on functions too.
diff --git a/specs/stdapi.py b/specs/stdapi.py
index 2e4e5d8..67b9baa 100644
--- a/specs/stdapi.py
+++ b/specs/stdapi.py
@@ -432,6 +432,7 @@
             s += ' const'
         return s
 
+
 def StdMethod(*args, **kwargs):
     kwargs.setdefault('call', '__stdcall')
     return Method(*args, **kwargs)