Skip to content

Commit d1b31d3

Browse files
added back deleted end brace
1 parent 0632c6b commit d1b31d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libOpenImageIO/icc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ icc_color_space_name(string_view color_space)
144144
// return color_space_names[color_space];
145145
auto it = color_space_names.find(color_space);
146146
return (it != color_space_names.end()) ? it->second : nullptr;
147-
148147
}
149148

150149
static const char*
@@ -163,6 +162,7 @@ icc_primary_platform_name(const std::string& platform)
163162
// return primary_platforms[platform];
164163
auto it = primary_platforms.find(platform);
165164
return (it != primary_platforms.end()) ? it->second : nullptr;
165+
}
166166

167167
static const char*
168168
icc_rendering_intent_name(uint32_t intent)

0 commit comments

Comments
 (0)