Skip to content

Commit d9bca2b

Browse files
committed
Formatting.
1 parent d5ea38e commit d9bca2b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/MaterialXGraphEditor/Main.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ int main(int argc, char* const argv[])
210210

211211
// Create graph editor.
212212
Graph* graph = new Graph(materialFilename,
213-
meshFilename,
214-
searchPath,
215-
libraryFolders,
216-
viewWidth,
217-
viewHeight);
213+
meshFilename,
214+
searchPath,
215+
libraryFolders,
216+
viewWidth,
217+
viewHeight);
218218
if (!captureFilename.empty())
219219
{
220220
graph->getRenderer()->requestFrameCapture(captureFilename);
@@ -270,7 +270,7 @@ int main(int argc, char* const argv[])
270270
double xpos = 0.0;
271271
double ypos = 0.0;
272272
glfwGetCursorPos(window, &xpos, &ypos);
273-
graph->drawGraph(ImVec2((float)xpos, (float)ypos));
273+
graph->drawGraph(ImVec2((float) xpos, (float) ypos));
274274
ImGui::Render();
275275
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
276276
glfwSwapBuffers(window);

0 commit comments

Comments
 (0)