Diff between 8bd201c1bbb5c1b73d2f36a9e3a1d50536a6b216 and 4c3774afae3c5737843442bbb1b832036e5d53c4

Changed Files

File Additions Deletions Status
doc/obexd-api.txt +3 -3 modified

Full Patch

diff --git a/doc/obexd-api.txt b/doc/obexd-api.txt
index 3244479..680febe 100644
--- a/doc/obexd-api.txt
+++ b/doc/obexd-api.txt
@@ -15,7 +15,7 @@ Object path	/
 Methods
 		void RegisterAgent(object agent)
 
-			Register an agent to request authorization of 
+			Register an agent to request authorization of
 			the user to accept/reject objects. Object push
 			service needs to authorize each received object.
 
@@ -30,12 +30,12 @@ Methods
 			Possible errors: org.bluez.obex.Error.DoesNotExist
 
 Signals		SessionCreated(object session)
-			
+
 			Signal sent when OBEX connection has been accepted.
 			(FTP only)
 
 		SessionRemoved(object session)
-			
+
 			Sent when the transport is disconnected
 			(FTP only)