Re: [U-Boot] [PATCH v3 70/72] dm: test: Fix nit with position of backslash

2017-05-24 Thread sjg
Line up this backslash with all the others.

Signed-off-by: Simon Glass 
---

Changes in v3: None
Changes in v2: None

 include/test/ut.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v3 70/72] dm: test: Fix nit with position of backslash

2017-05-18 Thread Simon Glass
Line up this backslash with all the others.

Signed-off-by: Simon Glass 
---

Changes in v3: None
Changes in v2: None

 include/test/ut.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/test/ut.h b/include/test/ut.h
index 85434d785a..d176df58c7 100644
--- a/include/test/ut.h
+++ b/include/test/ut.h
@@ -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)) {  \
-- 
2.13.0.303.g4ebf302169-goog

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot