From 3a15834d6343b4c8ab04b301cc216929a51b6092 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 26 Sep 2018 10:21:34 +0200 Subject: OpenSubdiv: Cleanup --- intern/opensubdiv/internal/opensubdiv_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/opensubdiv/internal/opensubdiv_util.h') diff --git a/intern/opensubdiv/internal/opensubdiv_util.h b/intern/opensubdiv/internal/opensubdiv_util.h index db55504215d..1f5ddc00f01 100644 --- a/intern/opensubdiv/internal/opensubdiv_util.h +++ b/intern/opensubdiv/internal/opensubdiv_util.h @@ -28,7 +28,7 @@ namespace opensubdiv_capi { using std::string; using std::vector; -#define foreach(x, y) for(x : y) +#define foreach(x, y) for (x : y) #define STRINGIFY_ARG(x) "" #x #define STRINGIFY_APPEND(a, b) "" a #b -- cgit v1.2.3