Fix code style.

This commit is contained in:
Haojian Wu 2015-06-13 16:02:16 +08:00
parent 93bbc6c810
commit 57580e00f9
5 changed files with 5 additions and 14 deletions

View file

@ -96,7 +96,7 @@ class WebContents : public mate::EventEmitter,
// Print current page as PDF.
void PrintToPDF(const base::DictionaryValue& setting,
const PrintToPDFCallback& callback);
const PrintToPDFCallback& callback);
// Editing commands.
void Undo();