mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 06:53:52 +01:00
Updated coding standard
This commit is contained in:
parent
4c19c798f7
commit
5e7a774101
@ -33,8 +33,7 @@ cc_print(girara_session_t* session, char* input)
|
||||
char* p = strtok(output, "\n");
|
||||
char* q;
|
||||
|
||||
while(p)
|
||||
{
|
||||
while (p) {
|
||||
if (!(p = strstr(p, "device for ")) || !(q = strchr(p, ':'))) {
|
||||
p = strtok(NULL, "\n");
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user