summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-28 03:06:02 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-28 03:06:02 +0200
commitea48d18130e6266a8492ff53a459f3dc68b387e9 (patch)
tree5fc4fb1532cdd93f1dc53f5852ccee94397c3af8 /src/common/text.c
parent45477193587924473ccb4dc06fb31dd8036f5ebf (diff)
Fix spacing
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 6351d713..3fb69dc9 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -2205,7 +2205,7 @@ sound_beep (session *sess)
 void
 sound_play (const char *file, gboolean quiet)
 {
-  char *buf;
+	char *buf;
 	char *wavfile;
 #ifndef WIN32
 	char *cmd;
@@ -2214,7 +2214,6 @@ sound_play (const char *file, gboolean quiet)
 #endif
 #endif
 
-
 	/* the pevents GUI editor triggers this after removing a soundfile */
 	if (!file[0])
 	{