]> code.delx.au - pulseaudio/blobdiff - src/pulse/client-conf-x11.c
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
[pulseaudio] / src / pulse / client-conf-x11.c
index 8cedc48b9a97d7ced660e9f9f0735f24b62937a4..78e190e5151e9c2b3e39261c7c19461d5690f26d 100644 (file)
@@ -44,7 +44,7 @@ int pa_client_conf_from_x11(pa_client_conf *c, const char *dname) {
 
     if (!dname && !getenv("DISPLAY"))
         goto finish;
-    
+
     if (!(d = XOpenDisplay(dname))) {
         pa_log("XOpenDisplay() failed");
         goto finish;
@@ -89,5 +89,5 @@ finish:
         XCloseDisplay(d);
 
     return ret;
-    
+
 }