forked from boostorg/smart_ptr
add eof newline
[SVN r12358]
This commit is contained in:
@@ -7,4 +7,4 @@ int main()
|
|||||||
example my_example;
|
example my_example;
|
||||||
my_example.do_something();
|
my_example.do_something();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@@ -12,4 +12,4 @@ int main()
|
|||||||
c = a;
|
c = a;
|
||||||
c.do_something();
|
c.do_something();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user