diff options
author | Evan Nemerson <evan@coeus-group.com> | 2013-10-05 10:51:11 -0700 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2013-10-05 12:25:35 -0700 |
commit | f60169c81f20c1b5243c45d33b685955eebb6a1f (patch) | |
tree | d936c5ff5a19c8aba39dbbffedefba6c058f3398 /vapi/mysql.vapi | |
parent | 01b9ffde13550684ccacf25fa9a24c88b4bc8126 (diff) | |
download | vala-f60169c81f20c1b5243c45d33b685955eebb6a1f.tar.gz |
vapi: Remove trailing whitespace.
Diffstat (limited to 'vapi/mysql.vapi')
-rw-r--r-- | vapi/mysql.vapi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/mysql.vapi b/vapi/mysql.vapi index b0a0acbbc..ef78c9c46 100644 --- a/vapi/mysql.vapi +++ b/vapi/mysql.vapi @@ -254,7 +254,7 @@ namespace Mysql { public uint fetch_count (); public uint num_fields (); public uint num_rows (); - + public bool data_seek (ulong offset); } [CCode (cname = "MYSQL_FIELD")] @@ -281,7 +281,7 @@ namespace Mysql { public FieldType type; public void *extension; } - + public unowned string get_client_info (); public ulong get_client_version (); public void debug (string msg); |