/**
  * Aligns the output of the given data to the alignment of this instance.
  *
  * @param out {@code non-null;} the output to align
  */
 protected final void align(AnnotatedOutput out) {
   out.alignTo(alignment);
 }