Fix no new line at EOF in a few places
parent
519cb7c7f0
commit
8243d30f02
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -41,4 +41,4 @@ public:
|
|||
static std::string getSignatureForCall(const LLSD& parameters, std::string url, std::string method);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ private:
|
|||
LLScrollListCtrl* mWhitelistSLC;
|
||||
LLScrollListCtrl* mBlacklistSLC;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -388,4 +388,4 @@ public:
|
|||
|
||||
private:
|
||||
FSAreaSearch* mFSAreaSearch;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue