8072935: Fix missing newline at end of file after 8067447

Reviewed-by: dholmes, dlong
This commit is contained in:
Thomas Stuefe 2015-02-13 06:23:48 -05:00 committed by David Holmes
parent 654c893170
commit 0d2c28e3b8

View file

@ -223,4 +223,5 @@ int WriteableFlags::set_flag_from_jvalue(Flag* f, const void* value, Flag::Flags
ShouldNotReachHere();
}
return ERR_OTHER;
}
}