whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-10 05:38:10 +00:00
parent f17c9a9c25
commit 95df2cc417
3 changed files with 245 additions and 245 deletions

View File

@ -113,7 +113,7 @@ public class XSSFTable extends POIXMLDocumentPart implements Table {
out.close();
}
public CTTable getCTTable(){
public CTTable getCTTable() {
return ctTable;
}