Fix indentation.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@394 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-01-05 19:44:33 +00:00
parent e9be6fa6d3
commit a24102cda4

View file

@ -279,7 +279,7 @@ char *pa_get_user_name(char *s, size_t l) {
} }
return pa_strlcpy(s, p, l); return pa_strlcpy(s, p, l);
} }
/* Return the current hostname in the specified buffer. */ /* Return the current hostname in the specified buffer. */
char *pa_get_host_name(char *s, size_t l) { char *pa_get_host_name(char *s, size_t l) {