You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/05/28 15:50:07 UTC

[09/12] git commit: Remove trailing whitespace

Remove trailing whitespace


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/ddc67051
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/ddc67051
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/ddc67051

Branch: refs/heads/security
Commit: ddc67051745c383b84fc0ec64b48a44b84ba1668
Parents: 4091e4b
Author: Michael G. Noll <mi...@apache.org>
Authored: Tue May 27 18:22:52 2014 +0200
Committer: Michael G. Noll <mi...@apache.org>
Committed: Tue May 27 18:22:52 2014 +0200

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/ddc67051/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index 88dd3af..e62cc34 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -67,8 +67,8 @@ compile and run `WordCountTopology` in local mode, use the command:
 You can also run clojure topologies with Maven:
 
     $ mvn compile exec:java -Dstorm.topology=storm.starter.clj.word_count
-    
-In Windows parameter should be quoted, like this: 
+
+In Windows parameter should be quoted, like this:
 
     $ mvn compile exec:java "-Dstorm.topology=storm.starter.clj.word_count"