Fix indent
[platform/upstream/pulseaudio.git] / src / pulse / simple.h
index 219fbed..8fc021a 100644 (file)
@@ -140,7 +140,7 @@ pa_simple* pa_simple_new_proplist(
     const pa_sample_spec *ss,           /**< The sample type to use */
     const pa_channel_map *map,          /**< The channel map to use, or NULL for default */
     const pa_buffer_attr *attr,         /**< Buffering attributes, or NULL for default */
-    pa_proplist *proplist,     /**< Properties, or NULL for default */
+    pa_proplist *proplist,              /**< Properties, or NULL for default */
     int *error                          /**< A pointer where the error code is stored when the routine returns NULL. It is OK to pass NULL here. */
     );
 /** Close and free the connection to the server. The connection object becomes invalid when this is called. */