"serialization/src/CustomNonbondedForceProxy.cpp" did not exist on "7f6c8bbc2d5c0da3ea7357f2f8077c8320ba8ae6"
Commit 171f3a26 authored by Kyle Beauchamp's avatar Kyle Beauchamp
Browse files

Fix indent

parent 299e5896
...@@ -227,10 +227,10 @@ int main() { ...@@ -227,10 +227,10 @@ int main() {
testSerializeLangevinIntegrator(); testSerializeLangevinIntegrator();
testSerializeCompoundIntegrator(); testSerializeCompoundIntegrator();
} }
catch(const exception& e) { catch(const exception& e) {
cout << "exception: " << e.what() << endl; cout << "exception: " << e.what() << endl;
return 1; return 1;
} }
cout << "Done" << endl; cout << "Done" << endl;
return 0; return 0;
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment