Skip to content

Commit df15b83

Browse files
committed
Remove newlines
1 parent 8359a5d commit df15b83

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

deps/test/boost/test_install.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
#include <iterator>
44
#include <algorithm>
55

6-
int main()
7-
{
6+
int main() {
87
using namespace boost::lambda;
98
typedef std::istream_iterator<int> in;
109

deps/test/openblas/test_install.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#include <cblas.h>
22
#include <stdio.h>
33

4-
int main()
5-
{
4+
int main() {
65
double A[ 6 ] = { 1.0, 2.0, 1.0, -3.0, 4.0, -1.0 };
76
double B[ 6 ] = { 1.0, 2.0, 1.0, -3.0, 4.0, -1.0 };
87
double C[ 9 ] = { 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 };

0 commit comments

Comments
 (0)