Merge: Use self in the FFI
authorJean Privat <jean@pryen.org>
Thu, 28 May 2015 00:19:09 +0000 (20:19 -0400)
committerJean Privat <jean@pryen.org>
Thu, 28 May 2015 00:19:09 +0000 (20:19 -0400)
commitd5229409f14a5018eff3dc3af9d1d8b502fe98b2
tree34551442a487edb6c985702128cfe19018f42bef
parent6af9921f14c3cb94dddd7127b3de35028cfb38a5
parentcea110c716eb56981391afa4dd6a27cf658d49f5
Merge: Use self in the FFI

As requested by everyone, replace the id `recv` by `self` in all Nit FFIs, and their users.

This PR must be integrated before regenerating c_src and using the light FFI in bootstrap critical code.

There is a few commits to update the style of files that caused white space errors.

Pull-Request: #1399
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Jean-Philippe Caissy <jpcaissy@piji.ca>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>