snapshot: don't put entire if (...) on one line
authorBrian Norris <banorris@uci.edu>
Thu, 14 Jun 2012 16:28:15 +0000 (09:28 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 14 Jun 2012 16:28:15 +0000 (09:28 -0700)
commit84b27b559dac866588ee23920b930d5c58684815
treec5cd993781d0415a9da45b14b03a8d20c08dcc4c
parent8e503713cefb189d04ee959fec5148b72d822d16
snapshot: don't put entire if (...) on one line

It's harder to read the failure conditions if you put if (...) and the
following statement all on one line.
snapshot.cc