ext/Services.h in rubyfb-0.5.5 vs ext/Services.h in rubyfb-0.5.6

- old
+ new

@@ -23,20 +23,20 @@ * @version 1.0 */ #ifndef FIRERUBY_SERVICES_H #define FIRERUBY_SERVICES_H - /* Includes. */ +/* Includes. */ #ifndef IBASE_H_INCLUDED #include "ibase.h" #define IBASE_H_INCLUDED #endif #ifndef RUBY_H_INCLUDED #include "ruby.h" #define RUBY_H_INCLUDED #endif - /* Function prototypes. */ - VALUE queryService(isc_svc_handle *); +/* Function prototypes. */ +VALUE queryService(isc_svc_handle *); #endif /* FIRERUBY_SERVICES_H */