Replace usage of INLINE with inline
According to the coding standards document the `INLINE` keyword should be used in favor of the `inline` keyword. However, there is still some usage of `inline` in the Tor code base.
issue