opengl: Comments and layout improvements

This commit is contained in:
Tyson Whitehead
2018-07-14 10:42:00 -04:00
parent 04de2db1d1
commit 21d87c1e83

View File

@@ -79,6 +79,9 @@ VGL_filterS() {
# #
# These consume a stream of escaped new-line separated items # These consume a stream of escaped new-line separated items
# #
# Return true iff given command returns true for some item
#
VGL_anyS() { VGL_anyS() {
declare command=("$@") declare command=("$@")
while read next; do while read next; do
@@ -90,6 +93,7 @@ VGL_anyS() {
} }
# Tests for the filter transformer # Tests for the filter transformer
# #