aboutsummaryrefslogtreecommitdiff
path: root/py/stream.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-06-20 16:26:12 +1000
committerDamien George <damien.p.george@gmail.com>2018-06-20 16:26:12 +1000
commit34344a413fb1939d476f43429a8a4e142f6fe3c0 (patch)
tree92bfad152c672fcd4c20ca2f5aa2572a387574e4 /py/stream.c
parentb92a8adbfa54dc259554b435a81b6cec19cae99a (diff)
py/stream: Remove stray empty line at start of file.
This was accidentally added in 6abede2ca9e221b6aefcaccbda0c89e367507df1
Diffstat (limited to 'py/stream.c')
-rw-r--r--py/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/stream.c b/py/stream.c
index b9932b35e..448de41bb 100644
--- a/py/stream.c
+++ b/py/stream.c
@@ -1,4 +1,3 @@
-
/*
* This file is part of the MicroPython project, http://micropython.org/
*