[pulseaudio-commits] r1738 - /branches/lennart/src/pulsecore/cli-command.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu Aug 30 17:51:27 PDT 2007


Author: lennart
Date: Fri Aug 31 02:51:26 2007
New Revision: 1738

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=3D1738&root=3Dpulseaudio&vi=
ew=3Drev
Log:
minor reformatting

Modified:
    branches/lennart/src/pulsecore/cli-command.c

Modified: branches/lennart/src/pulsecore/cli-command.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulsecore/=
cli-command.c?rev=3D1738&root=3Dpulseaudio&r1=3D1737&r2=3D1738&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/lennart/src/pulsecore/cli-command.c (original)
+++ branches/lennart/src/pulsecore/cli-command.c Fri Aug 31 02:51:26 2007
@@ -1131,9 +1131,9 @@
 =

             if (l =3D=3D sizeof(META_INCLUDE)-1 && !strncmp(cs, META_INCLU=
DE, l)) {
                 const char *filename =3D cs+l+strspn(cs+l, whitespace);
-
                 if (pa_cli_command_execute_file(c, filename, buf, fail) < =
0)
-                    if (*fail) return -1;
+                    if (*fail)
+                        return -1;
             } else if (l =3D=3D sizeof(META_IFEXISTS)-1 && !strncmp(cs, ME=
TA_IFEXISTS, l)) {
                 if (!ifstate) {
                     pa_strbuf_printf(buf, "Meta command %s is not valid in=
 this context\n", cs);




More information about the pulseaudio-commits mailing list