atmel-samd: Add empty line for RST docs

Right now calcsize is being grouped with the doc above: https://circuitpython.readthedocs.io/en/latest/shared-bindings/struct/__init__.html
This commit is contained in:
Scott Shawcroft 2017-10-30 18:46:35 -07:00
parent 123c2262e9
commit 8c1f5427bc
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
//|
//| Supported format codes: *b*, *B*, *h*, *H*, *i*, *I*, *l*, *L*, *q*, *Q*,
//| *s*, *P*, *f*, *d* (the latter 2 depending on the floating-point support).
//|
//| .. function:: calcsize(fmt)