Skip to content

Commit

Permalink
Bug 1158218 Follow-up to fix mis-indentation. DONTBUILD, whitespace-o…
Browse files Browse the repository at this point in the history
…nly r=me
  • Loading branch information
wanderview committed Apr 24, 2015
1 parent 698d695 commit ab4d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/workers/ServiceWorkerManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ServiceWorkerJob::Done(nsresult aStatus)
GetErrorName(aStatus, errorName);
#endif
NS_WARNING(nsPrintfCString("ServiceWorkerJob failed with error: %s\n",
errorName.get()).get());
errorName.get()).get());
}

if (mQueue) {
Expand Down

0 comments on commit ab4d405

Please sign in to comment.