astyle format update
This commit is contained in:
parent
ee919417af
commit
3706750b40
@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
namespace YouCompleteMe {
|
namespace YouCompleteMe {
|
||||||
|
|
||||||
typedef boost::shared_ptr<
|
typedef boost::shared_ptr <
|
||||||
boost::remove_pointer< CXDiagnostic >::type > DiagnosticWrap;
|
boost::remove_pointer< CXDiagnostic >::type > DiagnosticWrap;
|
||||||
|
|
||||||
std::string CXStringToString( CXString text );
|
std::string CXStringToString( CXString text );
|
||||||
|
|
||||||
|
@ -27,8 +27,8 @@ using boost::shared_ptr;
|
|||||||
using boost::remove_pointer;
|
using boost::remove_pointer;
|
||||||
|
|
||||||
namespace YouCompleteMe {
|
namespace YouCompleteMe {
|
||||||
typedef shared_ptr<
|
typedef shared_ptr <
|
||||||
remove_pointer< CXCompileCommands >::type > CompileCommandsWrap;
|
remove_pointer< CXCompileCommands >::type > CompileCommandsWrap;
|
||||||
|
|
||||||
CompilationDatabase::CompilationDatabase(
|
CompilationDatabase::CompilationDatabase(
|
||||||
const std::string &path_to_directory )
|
const std::string &path_to_directory )
|
||||||
|
@ -33,8 +33,8 @@ using boost::remove_pointer;
|
|||||||
|
|
||||||
namespace YouCompleteMe {
|
namespace YouCompleteMe {
|
||||||
|
|
||||||
typedef shared_ptr<
|
typedef shared_ptr <
|
||||||
remove_pointer< CXCodeCompleteResults >::type > CodeCompleteResultsWrap;
|
remove_pointer< CXCodeCompleteResults >::type > CodeCompleteResultsWrap;
|
||||||
|
|
||||||
TranslationUnit::TranslationUnit(
|
TranslationUnit::TranslationUnit(
|
||||||
const std::string &filename,
|
const std::string &filename,
|
||||||
|
Loading…
Reference in New Issue
Block a user