Skip to content

Commit 7aa0512

Browse files
authored
Add newline at end of file. (#26)
1 parent f4f80a5 commit 7aa0512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/include/Support/MemOwnershipAttrs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@
8282
#define __dppl_null
8383
#endif
8484

85-
/** @} */
85+
/** @} */

dppl/tests/test_dump_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def test_dppl_dump_device_info (self):
3333
try:
3434
dppl.dump_device_info(q)
3535
except Exception:
36-
self.fail("Encountered an exception inside dump_device_info().")
36+
self.fail("Encountered an exception inside dump_device_info().")

0 commit comments

Comments
 (0)