]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/taxes/usa/federal/federal.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / taxes / usa / federal / federal.factor
index 4b6d516369f82fd325803d161e32d65716092a2d..2af1980942a8a9112f7514635364be76fb1ccbb4 100644 (file)
@@ -48,7 +48,7 @@ M: federal withholding* ( salary w4 tax-table entity -- x )
 
 : total-withholding ( salary w4 tax-table -- x )
     dup entity>> dup federal = [
-        withholding* 
+        withholding*
     ] [
         drop
         [ drop <federal> federal withholding* ]