pinctrl: rmobile: Import R8A7792 V2H PFC tables
[oweals/u-boot.git] / include / test / ut.h
index 85434d785a835a76575f033b5f81b371610102c7..d176df58c7eaf5f93341848bc85922c4028264b1 100644 (file)
@@ -104,7 +104,7 @@ void ut_failf(struct unit_test_state *uts, const char *fname, int line,
 }
 
 /* Assert that a pointer is not an error pointer */
-#define ut_assertok_ptr(expr) {                                        \
+#define ut_assertok_ptr(expr) {                                                \
        const void *val = (expr);                                       \
                                                                        \
        if (IS_ERR(val)) {                                              \