pedantic formatting changes for pointers.py

This commit is contained in:
Bryan Bishop 2013-01-27 17:08:14 -06:00
parent 3b7089411b
commit 00a2e4e119
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
""" Various functions related to pointer and address math. Mostly to avoid """
Various functions related to pointer and address math. Mostly to avoid
depedency loops. depedency loops.
""" """