]> git.sur5r.net Git - openocd/blobdiff - src/target/arm11.c
- Fixes '==' whitespace
[openocd] / src / target / arm11.c
index 7cb24dfb982573bb3ccd354c92264a5f44d1a391..29f11573265218c487809d8b1310c9b41afecb1a 100644 (file)
@@ -1540,7 +1540,7 @@ int arm11_target_create(struct target_s *target, Jim_Interp *interp)
 
        arm11->target = target;
 
-       if (target->tap==NULL)
+       if (target->tap == NULL)
                return ERROR_FAIL;
 
        if (target->tap->ir_length != 5)