Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/installer-lib/test/custom-action-fail.cpp

Issue 29329159: Issue #1185 - Fix formatting in installer-lib and its tests (Closed)
Patch Set: Created Oct. 15, 2015, 7:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/src/installer-lib/session.cpp ('k') | installer/src/installer-lib/test/database_test.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/installer-lib/test/custom-action-fail.cpp
===================================================================
--- a/installer/src/installer-lib/test/custom-action-fail.cpp
+++ b/installer/src/installer-lib/test/custom-action-fail.cpp
@@ -14,16 +14,16 @@
* \param[in] session_handle
* Windows installer session handle
*
- * \return
+ * \return
* An integer interpreted as a custom action return value.
- *
+ *
* \sa
* - MSDN [Custom Action Return Values](http://msdn.microsoft.com/en-us/library/aa368072%28v=vs.85%29.aspx)
*/
-extern "C" UINT __stdcall
-fail( MSIHANDLE session_handle )
+extern "C" UINT __stdcall
+fail(MSIHANDLE session_handle)
{
// Instantiate the session object in order to get begin/end log entries.
- ImmediateSession session( session_handle, "fail" ) ;
- return ERROR_INSTALL_FAILURE ;
+ ImmediateSession session(session_handle, "fail");
+ return ERROR_INSTALL_FAILURE;
}
« no previous file with comments | « installer/src/installer-lib/session.cpp ('k') | installer/src/installer-lib/test/database_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld