]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/twitter/prettyprint/prettyprint.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / twitter / prettyprint / prettyprint.factor
index 6ba528f9af800776178d624bfbe03237a2f097e9..614ad56753ee03a59893eb495a76c349a6c387e5 100644 (file)
@@ -11,25 +11,25 @@ MEMO: load-http-image ( url -- image/f )
 : user-image ( user -- image/f )
     profile-image-url>> load-http-image ;
 
-CONSTANT: tweet-table-style 
-    H{ { table-gap { 5 5 } } } 
+CONSTANT: tweet-table-style
+    H{ { table-gap { 5 5 } } }
 
-CONSTANT: tweet-username-style 
+CONSTANT: tweet-username-style
     H{
         { font-style bold }
-    } 
+    }
 
-CONSTANT: tweet-text-style 
+CONSTANT: tweet-text-style
     H{
         { font-name "sans-serif" }
         { font-size 16 }
         { wrap-margin 500 }
-    } 
+    }
 
 CONSTANT: tweet-metadata-style
     H{
         { font-size 10 }
-    } 
+    }
 
 : profile. ( user -- )
     tweet-table-style [
@@ -63,7 +63,7 @@ CONSTANT: tweet-metadata-style
                             dup source>> write
                         ] with-style
                     ] with-style
-                ] with-nesting 
+                ] with-nesting
             ] with-cell
         ] with-row
     ] tabular-output nl