Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: runtime/bin/timer.dart

Issue 9285017: Comment and white-space cleanup in IO libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More of the same. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/socket_impl.dart ('k') | runtime/bin/timer_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/timer.dart
diff --git a/runtime/bin/timer.dart b/runtime/bin/timer.dart
index bb1f8854416ca44577c2cb0bb11498fff1333209..c5be36f040356c147854c5bfc1fd537d47ba12c3 100644
--- a/runtime/bin/timer.dart
+++ b/runtime/bin/timer.dart
@@ -3,13 +3,12 @@
// BSD-style license that can be found in the LICENSE file.
interface Timer default _Timer{
-
/**
* Creates a new timer. The [callback] callback is invoked after
* [milliSeconds] milliseconds.
*/
Timer(void callback(Timer timer), int milliSeconds);
-
+
/**
* Creates a new repeating timer. The [callback] is invoked every
* [milliSeconds] millisecond until cancelled.
« no previous file with comments | « runtime/bin/socket_impl.dart ('k') | runtime/bin/timer_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698