gfapi: space/tab conversion in gfapi.map
The last two patches incorrectly add symbols indented by spaces. The rest of the file uses tabs. This change corrects these occurences. Change-Id: Ibfb057b78c1203a594bfeb73a2955e798e86c8e1 BUG: 1185654 Reported-by: Kaleb S. Keithley <kkeithle@redhat.com> Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/9937 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
b4a0db5ee3
commit
c270d4da8d
@ -148,15 +148,15 @@ GFAPI_3.6.0 {
|
||||
GFAPI_3.7.0 {
|
||||
global:
|
||||
glfs_ipc;
|
||||
glfs_h_poll_upcall;
|
||||
glfs_h_acl_set;
|
||||
glfs_h_acl_get;
|
||||
glfs_h_poll_upcall;
|
||||
glfs_h_acl_set;
|
||||
glfs_h_acl_get;
|
||||
} GFAPI_3.6.0;
|
||||
|
||||
GFAPI_PRIVATE_3.7.0 {
|
||||
global:
|
||||
glfs_free_from_ctx;
|
||||
glfs_new_from_ctx;
|
||||
glfs_resolve;
|
||||
glfs_process_upcall_event;
|
||||
glfs_resolve;
|
||||
glfs_process_upcall_event;
|
||||
} GFAPI_3.7.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user