summaryrefslogtreecommitdiff
path: root/src/dropbox-command-client.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-23 11:12:35 -0800
committerStefano Karapetsas <[email protected]>2013-12-23 11:12:35 -0800
commit20847946a5c49a6d542125f43cb08cde63076298 (patch)
tree56382a6bef84279f246c3f57583426cf5746b646 /src/dropbox-command-client.h
parent70eddac907f86e49a09a82c026d942270a7a6be8 (diff)
parentc744b6d79e93942bf872826bb777644963d7bf0f (diff)
downloadcaja-dropbox-20847946a5c49a6d542125f43cb08cde63076298.tar.bz2
caja-dropbox-20847946a5c49a6d542125f43cb08cde63076298.tar.xz
Merge pull request #9 from infirit/whitespace
Remove all trailing whitespace
Diffstat (limited to 'src/dropbox-command-client.h')
-rw-r--r--src/dropbox-command-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dropbox-command-client.h b/src/dropbox-command-client.h
index a06f777..1c1b279 100644
--- a/src/dropbox-command-client.h
+++ b/src/dropbox-command-client.h
@@ -67,7 +67,7 @@ typedef GHookFunc DropboxCommandClientConnectHook;
typedef struct {
GMutex *command_connected_mutex;
gboolean command_connected;
- GAsyncQueue *command_queue;
+ GAsyncQueue *command_queue;
GList *ca_hooklist;
GHookList onconnect_hooklist;
GHookList ondisconnect_hooklist;
@@ -89,7 +89,7 @@ dropbox_command_client_start(DropboxCommandClient *dcc);
void dropbox_command_client_send_simple_command(DropboxCommandClient *dcc,
const char *command);
-void dropbox_command_client_send_command(DropboxCommandClient *dcc,
+void dropbox_command_client_send_command(DropboxCommandClient *dcc,
CajaDropboxCommandResponseHandler h,
gpointer ud,
const char *command, ...);