From 23962e133e6ddd69f1c8ea807581e3b4af2f37aa Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 26 May 2016 14:28:33 -0700 Subject: [PATCH] Use correct TODO format --- atom/common/api/atom_api_clipboard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/common/api/atom_api_clipboard.cc b/atom/common/api/atom_api_clipboard.cc index b33741687015..cb413800be77 100644 --- a/atom/common/api/atom_api_clipboard.cc +++ b/atom/common/api/atom_api_clipboard.cc @@ -154,7 +154,7 @@ void Initialize(v8::Local exports, v8::Local unused, dict.SetMethod("writeImage", &WriteImage); dict.SetMethod("clear", &Clear); - // TODO Remove in 2.0, deprecate before then with warnings + // TODO(kevinsawicki): Remove in 2.0, deprecate before then with warnings dict.SetMethod("readRtf", &ReadRtf); dict.SetMethod("writeRtf", &WriteRtf); dict.SetMethod("readHtml", &ReadHtml);