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

Unified Diff: installer/src/custom-action/close_application.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/custom-action/abp_ca.rc ('k') | installer/src/installer-lib/DLL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/custom-action/close_application.cpp
===================================================================
--- a/installer/src/custom-action/close_application.cpp
+++ b/installer/src/custom-action/close_application.cpp
@@ -368,7 +368,7 @@
* Failed && not interactive -> Goto abort
*/
{
- bool ieWasClosed = iec.ShutDown(session);
+ bool ieWasClosed = iec.ShutDown(session);
if (iec.IsRunning())
{
session.Log("Attempt to shut down IE automatically failed.");
« no previous file with comments | « installer/src/custom-action/abp_ca.rc ('k') | installer/src/installer-lib/DLL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld