- Fixes '=' whitespace
[fw/openocd] / src / target / arm920t.c
index bf099e9dea1dd0d35e997f888a766769839267b3..10428a65c9e1db7a5a5bb628a85bb9c6c98d690d 100644 (file)
@@ -572,9 +572,9 @@ int arm920t_soft_reset_halt(struct target_s *target)
                return retval;
        }
 
-       long long then=timeval_ms();
+       long long then = timeval_ms();
        int timeout;
-       while (!(timeout=((timeval_ms()-then)>1000)))
+       while (!(timeout = ((timeval_ms()-then)>1000)))
        {
                if (buf_get_u32(dbg_stat->value, EICE_DBG_STATUS_DBGACK, 1) == 0)
                {