Skip to content

Commit

Permalink
apply code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Jan 28, 2020
1 parent 4e359e2 commit 33f05f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utilities/ReleaseScripts/test/test-valgrind-memleak.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
int main() {
int* a = new int[10];
return a[0];
int* a = new int[10];
return a[0];
}

0 comments on commit 33f05f9

Please sign in to comment.