mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Add newlines at the end of the files from pre-commit hook
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@
|
||||
|
||||
__host__ void hello(){
|
||||
printf("Hello World!\n");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@
|
||||
|
||||
void hello();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@
|
||||
int main() {
|
||||
hello();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -7,4 +7,4 @@ __host__ void hello(){
|
||||
int main() {
|
||||
hello();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user