Skip to content

Commit 6197322

Browse files
committed
EOF fixes
1 parent 78ae468 commit 6197322

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/dawn.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ if(EMSCRIPTEN)
119119
target_link_libraries(webgpu_dawn INTERFACE ${DAWN_BUILD_DIR}/gen/src/emdawnwebgpu/library_webgpu_generated_sig_info.js)
120120
target_link_libraries(webgpu_dawn INTERFACE ${DAWN_DIR}/third_party/emdawnwebgpu/library_webgpu.js)
121121
else()
122-
endif()
122+
endif()

cmake/example.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ if(EMSCRIPTEN)
9494
${CMAKE_CURRENT_BINARY_DIR}/index.html
9595
@ONLY)
9696

97-
endif()
97+
endif()

cmake/templates/index.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
}
2020
</script>
2121
</body>
22-
</html>
22+
</html>

0 commit comments

Comments
 (0)