Fix no new line at EOF in a few places

master
Cinders 2013-01-30 18:49:18 -07:00
parent 519cb7c7f0
commit 8243d30f02
6 changed files with 6 additions and 6 deletions

View File

@ -41,4 +41,4 @@ void cmdline_rezplat(bool use_saved_value = true, F32 visual_radius = 30.0);
void cmdline_tp2name(std::string target);
LLUUID cmdline_partial_name2key(std::string name);
#endif // CHATBAR_AS_CMDLINE_H
#endif // CHATBAR_AS_CMDLINE_H

View File

@ -41,4 +41,4 @@ public:
static std::string getSignatureForCall(const LLSD& parameters, std::string url, std::string method);
};
#endif
#endif

View File

@ -209,4 +209,4 @@ void exoFlickrAuthResponse::completedRaw(U32 status, const std::string& reason,
std::string str = oss.str();
LLSD result = LLURI::queryMap(str);
mCallback((status == 200), result);
}
}

View File

@ -230,4 +230,4 @@ void FloaterMediaLists::onCommitDomain( void* data )
self->getChildView("input_domain")->setVisible(false);
self->getChildView("commit_domain")->setVisible(false);
self->getChildView("add_text")->setVisible(false);
}
}

View File

@ -54,4 +54,4 @@ private:
LLScrollListCtrl* mWhitelistSLC;
LLScrollListCtrl* mBlacklistSLC;
};
#endif
#endif

View File

@ -388,4 +388,4 @@ public:
private:
FSAreaSearch* mFSAreaSearch;
};
};