comparison libpurple/protocols/zephyr/ZAsyncLocate.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 5fe8042783c1
children 5d442ea707b5
comparison
equal deleted inserted replaced
31085:44f53d3fc54f 31086:a8cc50c2279f
3 * 3 *
4 * Created by: Marc Horowitz 4 * Created by: Marc Horowitz
5 * 5 *
6 * Copyright (c) 1990,1991 by the Massachusetts Institute of Technology. 6 * Copyright (c) 1990,1991 by the Massachusetts Institute of Technology.
7 * For copying and distribution information, see the file 7 * For copying and distribution information, see the file
8 * "mit-copyright.h". 8 * "mit-copyright.h".
9 */ 9 */
10 10
11 #include "internal.h" 11 #include "internal.h"
12 12
13 Code_t ZRequestLocations(user, zald, kind, auth) 13 Code_t ZRequestLocations(user, zald, kind, auth)
83 return (ZERR_INTERNAL); 83 return (ZERR_INTERNAL);
84 84
85 end = notice->z_message+notice->z_message_len; 85 end = notice->z_message+notice->z_message_len;
86 86
87 __locate_num = 0; 87 __locate_num = 0;
88 88
89 for (ptr=notice->z_message;ptr<end;ptr++) 89 for (ptr=notice->z_message;ptr<end;ptr++)
90 if (!*ptr) 90 if (!*ptr)
91 __locate_num++; 91 __locate_num++;
92 92
93 __locate_num /= 3; 93 __locate_num /= 3;