about summary refs log tree commit diff stats
path: root/src/chat_log.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-21 20:02:20 +0100
committerJames Booth <boothj5@gmail.com>2012-10-21 20:02:20 +0100
commit6bad38c2d50a033d8e8a19998cb062e01fe1aa72 (patch)
tree781461a7d79b6fce56f5ee7f0a012e814cf8771f /src/chat_log.h
parent382e961563eb9e4d31d3ad111a41569b7fa78fa6 (diff)
downloadprofani-tty-6bad38c2d50a033d8e8a19998cb062e01fe1aa72.tar.gz
Removed trailing whitespace from src and tests
Diffstat (limited to 'src/chat_log.h')
-rw-r--r--src/chat_log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chat_log.h b/src/chat_log.h
index 7071da55..238e087f 100644
--- a/src/chat_log.h
+++ b/src/chat_log.h
@@ -1,8 +1,8 @@
-/* 
+/*
  * chat_log.h
  *
  * Copyright (C) 2012 James Booth <boothj5@gmail.com>
- * 
+ *
  * This file is part of Profanity.
  *
  * Profanity is free software: you can redistribute it and/or modify
@@ -31,10 +31,10 @@ typedef enum {
 } chat_log_direction_t;
 
 void chat_log_init(void);
-void chat_log_chat(const gchar * const login, gchar *other, 
+void chat_log_chat(const gchar * const login, gchar *other,
     const gchar * const msg, chat_log_direction_t direction);
 void chat_log_close(void);
-GSList * chat_log_get_previous(const gchar * const login, 
+GSList * chat_log_get_previous(const gchar * const login,
     const gchar * const recipient, GSList *history);
 
 #endif